/*
@File: Ecorik Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Preloader Area Style
** - Go Top Area Style
** - Page navigation Area Style  
** - Video wave Style

** - DEFAULT STYLE END - **

** - HOME PAGE TWO STYLE - **

** - Eorik Nav Area Style
** - Eorik SliderArea Style
** - Check Area Style
** - Explore Area Style
** - Facilities Area Style
** - Incredible Area Style
** - Rooms Area Style
** - City View Area Style
** - Exclusive View Area Style
** - Booking Area Style
** - Restaurants Area Style
** - Testimonials Area Style
** - News Area Style
** - Footer Top Area Style
** - Footer Bottom Area Style

** - HOME PAGE TWO STYLE - **

** - Header Area Style
** - Banner Area Two Style
** - Explore Area Two Style
** - City View Area Two Style
** - Facilities Area Two Style
** - Our Rooms Area Two Style
** - Incredible Area Two Style
** - Exclusive Area Two Style
** - Choose Restaurant Area Style
** - Exclusive Offers Area Style
** - Testimonials Area Two Style
** - Slider Gallery Area Two Style
** - Map Area Style
** - Footer Area Two Style
** - Footer Area Two Style

** - HOME PAGE THREE STYLE - **

** - Eorik Nav Style Three Style
** - Slider Area Three Style
** - Our Rooms Area Three Style
** - Explore Area Three Style
** - Restaurant Area Three Style
** - Customer Area Two  Style
** - Contact Us Area Two  Style
** - News Area Three  Style
** - Footer Top Area Three  Style

** - HOME PAGE FOUR STYLE - **

** - Eorik Nav Style Four
** - Sidebar Modal Area Style
** - Ecorik Slider Area Four Style
** - Restaurants Area Four Style
** - Counter Area Style
** - Facilities Area Four Style
** - City View Area Four  Style
** - Exclusive Offers Area Four Style
** - Customer Offers Area Four Style
** - News Area Four Style
** - Incredible Area Four Style
** - Footer Menu Area Four Style
** - Footer Top Area Four Style

** - HOME PAGE FIVE STYLE - **

** - Ecorik Nav Style Five
** - Ecorik Slider Area Five Style 
** - Explore Area Five Style 
** - Booking Area Five Style 
** - Counter Area Five Style 
** - City View Area Five Style 
** - FacilitiesArea Five Style 
** - Exclusive Five Style 
** - Subscribe Five Style 

** - INNER PAGE STYLE - **

** - Page Title Area Style
** - Product Area Style
** - Checkout Area Style 
** - Cart Area Style
** - Product Details Style
** - Team Expert Area Two Style
** - Pricing Area Style
** - FAQ CSS
** - Ask Question Area Style
** - Sign In & Log In  Area Style
** - Book Table Area Style
** - Coming Soon Area Style
** - 404 Error Area Style
** - News Details Area Style
** - Contact Info Area Style 
** - Main Contact Area Style
** - Service Details Area Style
** - Gallery Area Style

*******************************************
/*

/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,500,600,700&display=swap");

@import url("https://fonts.googleapis.com/css?family=DM+Serif+Display:400,400i&display=swap");

@import url("https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,500,500i,600,600i,700,700i,800&display=swap");

.bb{ padding-right:20px;}

body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	font-family: "Poppins", sans-serif;
	color: #757575;
}

a {
	
	transition: all 0.5s;
	text-decoration: none;
	color:#0072bc;
}

a:hover {
	text-decoration: none;
	color: #757575;
}

a:focus {
	text-decoration: none;
}

button {
	outline: 0 !important;
	box-shadow: none;
	border: none;
}

button:focus {
	box-shadow: none;
}

.h1, .h2, .h3,  .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #757575;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

h4 {
	font-size: 20px;font-weight: 500;
}

h3 {
	font-size: 20px;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

p {
	font-size: 16px;
	margin-bottom: 15px;
	font-family: "Poppins", sans-serif;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.form-control {
	height: 50px;
	color: #757575;
	border: 1px solid #e8e8e8;
	background-color: #f9f9f9;
	border-radius: 10px;
	font-size: 15px;
	padding: 10px 20px;
	width: 100%;
}

.form-control::placeholder {
	color: #495057;
}

.form-control:focus {
	color: #000000;
	background-color: transparent;
	box-shadow: unset;
	outline: 0;
	border: 1px solid #0072bc;
}

.form-control:hover:focus, .form-control:focus {
	box-shadow: unset;
}

textarea.form-control {
	height: auto;
	height: 250px;
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pt-70 {
	padding-top: 70px;
}

.pt-170 {
	padding-top: 170px;
}
.pt-270 {
	padding-top: 270px;
}

.pl-30 {
	padding-left: 30px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pr-30 {
	padding-right: 30px;
}

.ptb-140 {
	padding-top: 140px;
	padding-bottom: 140px;
}

.pt-140 {
	padding-top: 140px;
}

.pb-140 {
	padding-bottom: 140px;
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}



.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-minus-70 {
	margin-top: -70px;
}

.mb-minus-70 {
	margin-bottom: -70px;
}

.ml-30 {
	margin-left: 30px;
}

.mr-30 {
	margin-right: 30px;
}

.fun-blue-bg {
	background-color: #757575;
}

/*
Go Top Style
======================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 15px;
	background-color: #757575;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
}

.go-top i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #ffffff;
	transition: 0.5s;
	font-size: 20px;
}

.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}

.go-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #0072bc;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}

.go-top:hover {
	color: #ffffff;
	background-color: #0072bc;
}

.go-top:hover::before {
	opacity: 1;
	visibility: visible;
}

.go-top:hover i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.go-top:hover i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}

.go-top:focus {
	color: #ffffff;
}

.go-top:focus::before {
	opacity: 1;
	visibility: visible;
}

.go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}

.go-top.active {
	top: 98%;
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
}

/*
Page-navigation Area Style
======================================================*/
.page-navigation-area {
	text-align: center;
	margin: 20px auto 0;
	display: table;
}

.page-navigation-area .page-link {
	color: #0072bc;
	background-color: #ffffff;
	box-shadow: 0 0 15px #d0d0d0;
	width: 40px;
	height: 40px;
	border: 1px solid #ffffff;
	line-height: 24px;
	transition: all 0.5s;
	font-weight: 700;
}

.page-navigation-area .page-link i {
	margin-right: -4px;
	font-size: 21px;
}

.page-navigation-area .page-link:hover {
	color: #ffffff;
	background-color: #0072bc;
	border: 1px solid #0072bc;
}

.page-navigation-area .page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: none;
}

.page-navigation-area .page-link.page-links i::before {
	margin-left: -4px;
}

.page-navigation-area .page-item {
	padding: 0 8px 0;
}

.page-navigation-area .page-item:first-child .page-link {
	border-radius: none;
}

.page-navigation-area .page-item:last-child .page-link {
	border-radius: none;
}

.page-navigation-area .page-item.active .page-link {
	z-index: 1;
	color: #ffffff;
	background-color: #0072bc;
	border-color: #0072bc;
}

/*
Video wave Style
======================================================*/
.video-btn {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 69px;
	text-align: center;
	border-radius: 50%;
	color: #0072bc;
	position: relative;
	top: 3px;
	z-index: 1;
	background-color: #ffffff;
}

.video-btn i {
	font-size: 20px;
	font-weight: 700;
	color: #0072bc;
	position: absolute;
	top: 0px;
	left: 3px;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 100%;
	height: 100%;
}

.video-btn::after, .video-btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background-color: #ffffff;
}

.video-btn::before {
	animation: ripple 1.6s ease-out infinite;
}

.video-btn::after {
	animation: ripple 1.6s ease-out infinite;
}

.video-btn:hover {
	background-color: #0072bc;
}

.video-btn:hover i {
	color: #ffffff;
}

@keyframes ripple {
	0%, 35% {
		transform: scale(0);
		opacity: 1;
	}

	50% {
		transform: scale(1.5);
		opacity: 0.8;
	}

	100% {
		opacity: 0;
		transform: scale(2);
	}
}

/*
Default Btn Area Style
======================================================*/
.default-btn {
	font-size: 16px;
	color: #ffffff;
	padding: 10px 20px 10px 20px;
	line-height: 1;
	transition: all 0.5s;
	z-index: 1;
	text-transform: capitalize;
	background-color: #1cbbb4;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	border-radius: 50px;
	font-family: "Poppins", sans-serif;
	text-align: center;
}

.default-btn i {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #ffffff;
	color: #0072bc;
	border-radius: 50%;
	position: relative;
	left: 10px;
	transition: all 0.5s;
}

.default-btn:hover {
	color: #ffffff;
}

.default-btn:hover i {
	background-color: #f5ddb3;
	animation: fadeInLeft 1s linear;
}

/*
Read More Area Style
======================================================*/
.read-more {
	line-height: 1;
	color: #0072bc;
	font-weight: 500;
	transition: all 0.5s;
	display: block;
	font-size: 14px;
}

.read-more i {
	position: relative;
	top: 2px;
	font-size: 16px;
	left: 8px;
	width: 20px;
	height: 20px;
	line-height: 19px;
	border-radius: 50%;
	transition: all 0.5s;
	display: inline-block;
	font-weight: 600;
}

.read-more:hover {
	color: #0072bc;
}

.read-more:hover i {
	color: #0072bc;
	animation: fadeInLeft 1s linear;
}

/*
Section Title Area Style
======================================================*/
.section-title {
	max-width: 100%;
	margin: -8px auto 70px;
	text-align: center;
	position: relative;
}

.section-title span {
	text-transform: uppercase;
	color: #0072bc;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	letter-spacing: 10px;
}

.section-title h2 {
	font-size: 40px;
	margin-bottom: 30px;
	position: relative;
	display: block;
}

.section-title h2:last-child {
	margin-bottom: 0;
}

/*
Preloader Area Style
======================================================*/
.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #ffffff;
	top: 0;
	left: 0;
	z-index: 99999;
}

.preloader .lds-ripple {
	position: relative;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
	position: absolute;
	border: 4px solid #0072bc;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}

@keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}

/*
Keyframes Area Style
======================================================*/
@keyframes moveLeftBounces {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(45px);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes moVebounce {
	0% {
		transform: translateX(0px);
	}

	50% {
		transform: translateX(-10px);
	}

	100% {
		transform: translateX(0px);
	}
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(359deg);
	}
}

.bx-fade-left {
	transition: all 1s;
}

.bx-fade-left:hover {
	transition: all 1s;
	animation: none;
}

.bx-fade-right {
	transition: all 1s;
}

.bx-fade-right:hover {
	transition: all 1s;
	animation: none;
}

.nice-select .list {
	width: 100%;
}

.nice-select .option:hover {
	background-color: #0072bc;
	color: #ffffff;
}

.nice-select .option.selected.focus {
	background-color: #757575;
	color: #0072bc;
}

/*===== DEFAULT STYLE END ======*/
/*====================================================
HOME PAGE ONE STYLE
======================================================*/
/*
Eorik Nav Area Style
======================================================*/
.eorik-nav-style .navbar {
	padding: 0;
}

.eorik-nav-style .navbar-area .navbar-brand {
	padding: 0;
}

.eorik-nav-style .navbar-area .main-nav {
	position: unset;
	background: transparent;
	padding-top: 0;
	padding-bottom: 0;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a {
	font-weight: 500;
	font-size: 18px;
	color: #ffffff;
	transition: all 0.5s;
	margin-left: 0;
	margin: 0 10px;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a i {
	font-size: 25px;
	line-height: 0;
	position: relative;
	top: 6px;
	transition: all 0.5s;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
	color: #ffffff;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active i {
	transform: rotate(-90deg);
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active::before {
	transform: scale(1);
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item:hover a {
	color: #ffffff;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item:hover a i {
	transform: rotate(-90deg);
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
	background-color: #ffffff;
	border: none;
	border-radius: 0;
	top: 130%;
	padding: 0;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu::before {
	position: absolute;
	width: 0;
	height: 0;
	content: "";
	border-top: 0;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ffffff;
	border-left: 8px solid transparent;
	top: -8px;
	left: 20px;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	font-size: 15px;
	color: #757575;
	position: relative;
	padding: 6px 15px;
	border-bottom: 1px dashed #eeeeee;
	margin-left: 0;
	margin-right: 0;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
	float: right;
	top: 12px;
	transition: all 0.5s;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #0072bc;
	transition: all 0.5s;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
	color: #0072bc;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
	width: 100%;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #0072bc;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
	transform: scale(1);
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: 100%;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu::before {
	display: none;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
	border-bottom: none;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a::before {
	display: none;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	top: 0 !important;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
	top: 98%;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu::before {
	left: auto;
	right: 20px;
}

.eorik-nav-style .navbar-area.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	background-color: #1cbbb4;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	transition: all .5s;
	width: 100% !important;
}

.eorik-nav-style .dropdown-toggle::after {
	display: none;
}

.eorik-nav-style .others-option .call-us {
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
}

.eorik-nav-style .others-option .call-us i {
	color: #ffffff;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background-color: #0072bc;
	text-align: center;
	margin-right: 10px;
}

.eorik-nav-style .others-option .call-us:hover {
	color: #ffffff;
}

/*
Eorik SliderArea Style
======================================================*/
.eorik-slider-area {
	position: relative;
}

.eorik-slider-area .owl-next {
	position: absolute;
	top: 50%;
	right: 30px;
	margin: 0 !important;
	border-radius: 0 !important;
	transition: all 0.5s;
	opacity: 0;
	transform: translateY(-10px);
}

.eorik-slider-area .owl-next i {
	background-color: #0072bc;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	transition: all 0.5s;
	font-size: 26px;
	border-radius: 4px;
}

.eorik-slider-area .owl-next i:hover {
	background-color: #0072bc !important;
}

.eorik-slider-area .owl-prev {
	position: absolute;
	top: 50%;
	left: 30px;
	margin: 0 !important;
	border-radius: 0 !important;
	transition: all 0.5s;
	opacity: 0;
	transform: translateY(-10px);
}

.eorik-slider-area .owl-prev i {
	background-color: #0072bc !important;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	transition: all 0.5s;
	font-size: 26px;
	border-radius: 4px;
}

.eorik-slider-area .owl-prev i:hover {
	background-color: #0072bc !important;
}

.eorik-slider-area:hover .owl-prev {
	opacity: 1;
}

.eorik-slider-area:hover .owl-next {
	opacity: 1;
}

.eorik-slider-area .owl-theme .owl-nav {
	margin-top: 0 !important;
}

.eorik-slider-area .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent;
}

.eorik-slider-area .white-shape {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.eorik-slider-area .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 80px;
}

.eorik-slider-area .owl-theme .owl-nav.disabled + .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	margin: 5px 7px;
	background: #D6D6D6;
	border-radius: 0;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	transition: all 0.5s;
}

.eorik-slider-area .owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover span {
	background: #0072bc;
}

.eorik-slider-area .owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span {
	background: #0072bc;
	clip-path: polygon(49% 0, 100% 48%, 70% 48%, 71% 100%, 29% 100%, 29% 48%, 0 48%);
	animation: fadeInUp 0.5s linear;
}

.eorik-slider-area .social-link {
	position: absolute;
	top: 50%;
	right: 50px;
	z-index: 1;
	transform: translateY(-30%);
}

.eorik-slider-area .social-link ul li {
	margin-bottom: 10px;
}

.eorik-slider-area .social-link ul li:last-child {
	margin-bottom: 0;
}

.eorik-slider-area .social-link ul li a {
	background-color: #0072bc;
	color: #ffffff;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
}

.eorik-slider-area .social-link ul li a:hover {
	animation: rubberBand 1s linear;
}

.eorik-slider-area .social-link ul li a:hover i {
	animation: fadeInLeft 0.5s linear;
}

.eorik-slider-item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 85vh;
	position: relative;
	z-index: 1;
}

.eorik-slider-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
    opacity: 0.1;
}

.eorik-slider-item .eorik-slider-text {
	text-align: center;
	margin-top: 45px;
}

.eorik-slider-item .eorik-slider-text.eorik-slider-text-one {
	margin-top: -80px;
}

.eorik-slider-item .eorik-slider-text h1 {
	font-size: 160px;
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: -20px;
	font-family: "beautiful-heartregular";
}

.eorik-slider-item .eorik-slider-text span {
	color: #ffffff;
	font-size: 15px;
	display: block;
	margin-bottom: 30px;
	font-weight: normal;
}

.eorik-slider-item .eorik-slider-text .slider-btn .default-btn {
	margin: 0 20px;
}

.eorik-slider-item .eorik-slider-text .slider-btn .default-btn.white {
	color: #ffffff;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.overflow-hidden {
	overflow: hidden;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.one h1 {
	animation: 1s .1s fadeInUpBig both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.one span {
	animation: 2s .2s fadeInUpBig both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.one .slider-btn {
	animation: 3s .3s fadeInUpBig both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.two h1 {
	animation: 2s .2s fadeInLeft both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.two span {
	animation: 2s .2s fadeInDownBig both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.two .slider-btn {
	animation: 2s .2s fadeInUpBig both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.three h1 {
	animation: 2s .2s fadeInDown both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.three span {
	animation: 2s .2s fadeInDown both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.three .slider-btn {
	animation: 2s .2s fadeInUp both;
}

.slider-item-bg-1 {
	background-image: url(../img/slider/1.jpg);
}

.slider-item-bg-2 {
	background-image: url(../img/slider/2.jpg);}

.slider-item-bg-3 {
	background-image: url(../img/slider/3.jpg);
}
.slider-item-bg-5 {
	background-image: url(../img/slider/5.jpg);
}
.slider-item-bg-6 {
	background-image: url(../img/slider/6.jpg);
}
.slider-item-bg-7 {
	background-image: url(../img/slider/7.jpg);
}
.slider-item-bg-8 {
	background-image: url(../img/slider/8.jpg);
}
.slider-item-bg-9 {
	background-image: url(../img/slider/9.jpg);
}
.slider-item-bg-10 {
	background-image: url(../img/slider/10.jpg);
}
.slider-item-bg-11 {
	background-image: url(../img/slider/11.jpg);
}
.slider-item-bg-12 {
	background-image: url(../img/slider/12.jpg);
}
.slider-item-bg-13 {
	background-image: url(../img/slider/13.jpg);
}
/*
Check Area Style 
======================================================*/
.check-area {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.check-content {
	background-color: #ffffff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 20px;
}

.check-content p {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	font-weight: 600;
	margin-bottom: 10px;
}

.check-content p i {
	display: inline-block;
	margin-right: 5px;
}

.check-content a {
	text-decoration: none;
}

.check-content .form-group {
	position: relative;
}

.check-content .form-group .form-control {
	height: auto !important;
	border: none !important;
	background-color: unset;
	border-radius: 0;
	padding: 0;
	font-size: 35px;
	font-family: "Poppins", sans-serif;
	width: 100%;
	font-weight: 700;
	font-size: 25px;
	color: #757575;
}

.check-content .form-group .form-control::placeholder {
	font-weight: 700;
	font-size: 25px;
	color: #757575;
}

.check-content .form-group .form-control:focus {
	background-color: #ffffff;
	border: 1px solid #0072bc;
	outline: 0;
	box-shadow: none;
}

.check-content .form-group .form-content {
	height: auto !important;
	border: none !important;
	background-color: unset;
	border-radius: 0;
	padding: 0;
	font-size: 25px;
	width: 100%;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #757575;
	line-height: 1;
	margin-bottom: 0;
	margin-top: 25px;
}

.check-content .form-group .form-content:focus {
	background-color: #ffffff;
	border: 1px solid #0072bc;
	outline: 0;
	box-shadow: none;
}

.check-content .form-group .nice-select {
	float: unset;
	position: relative;
	top: 0;
}

.check-content .form-group .nice-select .list {
	z-index: 999;
	width: 100px;
	overflow-y: auto;
	height: 200px;
	border-radius: 0;
	margin: auto;
	left: -14px;
}

.check-content .form-group .nice-select .option {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
}

.check-content .form-group .nice-select::after {
	height: 10px;
	width: 10px;
}

.check-content .input-group {
	position: relative;
}

.check-content .input-group i {
	position: absolute;
	right: 0;
	bottom: 6px;
	font-size: 22px;
	line-height: 1;
}

.check-content.check-btn {
	padding: 34px 15px;
	text-align: center;
}

.check-form {
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 30px;
	background-color: #ffffff;
}

.datepicker table tr td {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.datepicker table tr th {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 13px;
}

.datepicker table tr td.active:active {
	background-color: #0072bc;
}

.datepicker table tr td.active.highlighted:active {
	background-color: #0072bc;
}

.datepicker table tr td.active.active {
	background-color: #0072bc;
}

.datepicker table tr td.active.highlighted.active {
	background-color: #0072bc;
}

.datepicker table tr td.day {
	transition: all 0.5s;
	font-size: 12px;
}

.datepicker table tr td.day:hover {
	color: #ffffff;
	background-color: #0072bc;
}

.datepicker table tr td.focused {
	transition: all 0.5s;
	color: #ffffff;
	background-color: #0072bc;
}

.datepicker .datepicker-switch {
	transition: all 0.5s;
	font-size: 14px;
}

.datepicker .datepicker-switch:hover {
	background-color: #0072bc;
	color: #ffffff;
	background-color: #0072bc;
	color: #ffffff;
}

.datepicker .prev {
	transition: all 0.5s;
}

.datepicker .prev:hover {
	background-color: #0072bc;
	color: #ffffff;
	background-color: #0072bc;
	color: #ffffff;
}

.datepicker .next {
	transition: all 0.5s;
}

.datepicker .next:hover {
	background-color: #0072bc;
	color: #ffffff;
	background-color: #0072bc;
	color: #ffffff;
}

.datepicker tfoot tr th {
	transition: all 0.5s;
}

.datepicker tfoot tr th:hover {
	background-color: #0072bc;
	color: #ffffff;
	background-color: #0072bc;
	color: #ffffff;
}

/*
Explore Area Style
======================================================*/
.explore-content h2 {
	margin-bottom: 30px;
}

.explore-content .default-btn {
	margin-top: 24px;
}

/*
Facilities Area Style
======================================================*/
.single-facilities-wrap {
	margin-bottom: 30px;
}

.single-facilities-wrap .single-facilities {
	text-align: center;
	background-image: url(../../assets/img/facilities-card-bg.png);
	background-position: center center;
	background-size: cover;
	height: 100%;
	background-repeat: no-repeat;
	padding: 15px;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
}

.single-facilities-wrap .single-facilities::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0072bc;
	opacity: 0.8;
	z-index: -1;
}

.single-facilities-wrap .single-facilities::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 1;
	z-index: -1;
	transition: all 0.5s;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-facilities-wrap .single-facilities .facilities-icon {
	font-size: 35px;
	color: #0072bc;
	transition: all 0.5s;
	display: block;
	line-height: 1;
	margin-bottom: 10px;
}

.single-facilities-wrap .single-facilities h3 {
	margin-bottom: 15px;
	transition: all 0.5s;
}

.single-facilities-wrap .single-facilities p {
	margin-bottom: 20px;
	transition: all 0.5s;
}

.single-facilities-wrap .single-facilities .icon-btn {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #f5e8d1;
	color: #0072bc;
	border-radius: 50%;
	transition: all 0.5s;
}

.single-facilities-wrap .single-facilities:hover {
	transform: translateY(-5px);
}

.single-facilities-wrap .single-facilities:hover::after {
	opacity: 0;
}

.single-facilities-wrap .single-facilities:hover .facilities-icon {
	color: #ffffff;
	animation: fadeInDown  1s linear;
}

.single-facilities-wrap .single-facilities:hover h3 {
	color: #ffffff;
}

.single-facilities-wrap .single-facilities:hover p {
	color: #ffffff;
}

.single-facilities-wrap .single-facilities:hover .icon-btn {
	background-color: #ffffff;
	animation: fadeInUp 1s linear;
}

/*
Incredible Area Style
======================================================*/
.incredible-area {
	background-image: url(../../assets/img/home/5.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.incredible-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.2;
	z-index: -1;
}

.incredible-area .white-shape img {
	position: absolute;
}

.incredible-area .white-shape img:nth-child(1) {
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.incredible-area .white-shape img:nth-child(2) {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.incredible-content {
	max-width: 800px;
	margin: auto;
}

.incredible-content .video-btn {
	margin-bottom: 40px;
}

.incredible-content h2 {
	color: #ffffff;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 20px;
}

.incredible-content h2 span {
	font-family: "beautiful-heartregular";
	font-size: 75px;
	font-weight: normal;
}

.incredible-content p {
	color: #ffffff;
	margin-bottom: 50px;
}










.incredible1-area1 {
	background-image: url(../../assets/img/home/7.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.incredible1-area1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.2;
	z-index: -1;
}

.incredible1-area1 .white-shape img {
	position: absolute;
}

.incredible1-area1 .white-shape img:nth-child(1) {
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.incredible1-area1 .white-shape img:nth-child(2) {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.incredible1-content {
	max-width: 800px;
	margin: auto;
}

.incredible1-content .video-btn {
	margin-bottom: 40px;
}

.incredible1-content h2 {
	color: #ffffff;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 20px;
}

.incredible1-content h2 span {
	font-family: "beautiful-heartregular";
	font-size: 75px;
	font-weight: normal;
}

.incredible1-content p {
	color: #ffffff;
	margin-bottom: 50px;
}

















/*
Rooms Area Style
======================================================*/
.single-rooms {
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 30px;
	transition: all 0.5s;
	cursor: pointer;
	margin-bottom: 30px;
	overflow: hidden;
}

.single-rooms:last-child {
	margin-bottom: 0;
}

.single-rooms img {
	position: absolute;
	top: 50%;
	left: 23px;
	transform: translateY(-48%);
	background-color: #eee;
	max-width: 150px;
	z-index: 1;
}

.single-rooms .room-content {
	padding-left: 165px;
	position: relative;
	top: 2px;
}

.single-rooms .room-content h3 {
	transition: all 0.5s;
}

.single-rooms .room-content span {
	font-weight: 600;
	transition: all 0.5s;
}

.single-rooms:hover {
	background-color: #0072bc;
}

.single-rooms:hover h3 {
	color: #ffffff;
}

.single-rooms:hover span {
	color: #ffffff;
}

.single-rooms.current {
	background-color: #0072bc;
}

.single-rooms.current h3 {
	color: #ffffff;
}

.single-rooms.current span {
	color: #ffffff;
}

.our-rooms-wrap.owl-theme .owl-nav {
	margin-top: 0 !important;
	position: absolute;
	right: 50px;
	bottom: 50px;
}

.our-rooms-wrap.owl-theme .owl-nav .owl-prev {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	border: 2px solid #ffffff !important;
	display: inline-block;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s;
}












.our-rooms-wrap.owl-theme .owl-nav .owl-prev i {
	font-size: 15px;
	font-weight: 600;
	position: relative;
	top: -1px;
	display: inline-block;
}

.our-rooms-wrap.owl-theme .owl-nav .owl-prev:hover {
	background-color: #ffffff !important;
	color: #0072bc;
}

.our-rooms-wrap.owl-theme .owl-nav .owl-prev:hover i {
	animation: fadeInRight 1s linear;
}

.our-rooms-wrap.owl-theme .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	border: 2px solid #ffffff !important;
	display: inline-block;
	border-radius: 50%;
	color: #ffffff;
}

.our-rooms-wrap.owl-theme .owl-nav .owl-next i {
	font-size: 15px;
	font-weight: 600;
	position: relative;
	top: -1px;
	display: inline-block;
}

.our-rooms-wrap.owl-theme .owl-nav .owl-next:hover {
	background-color: #ffffff !important;
	color: #0072bc;
}

.our-rooms-wrap.owl-theme .owl-nav .owl-next:hover i {
	animation: fadeInLeft 1s linear;
}

.our-rooms-wrap.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent;
}

.tabs_item {
	position: relative;
}

.tabs_item .preview-item {
	position: absolute;
	bottom: 47px;
	right: 180px;
	z-index: 1;
	font-size: 20px;
	color: #0072bc;
	font-weight: 600;
	background-color: #eee;
	padding: 10px;
}

.tab_content {
	height: 100%;
}

.tab_content .tabs_item {
	height: 100%;
}

.our-rooms-single-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100% !important;
}

.our-rooms-single-img.room-bg-1 {
	background-image: url(../../assets/img/ipiresies/16.jpg);
}

.our-rooms-single-img.room-bg-2 {
	background-image: url(../../assets/img/ipiresies/17.jpg);
}

.our-rooms-single-img.room-bg-3 {
	background-image: url(../../assets/img/ipiresies/18.jpg);
}

.our-rooms-single-img.room-bg-4 {
	background-image: url(../../assets/img/ipiresies/19.jpg);
}

.our-rooms-single-img.room-bg-5 {
	background-image: url(../../assets/img/ipiresies/20.jpg);
}

.our-rooms-single-img.room-bg-6 {
	background-image: url(../../assets/img/ipiresies/21.jpg);
}

.tab .tabs_item {
	display: none;
}

.tab .tabs_item:first-child {
	display: block;
}

/*
City View Area Style
======================================================*/
.city-view-area {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	background-image: url(../../assets/img/slider/1.jpg);
}

.city-view-area .city-wrap {
	background-color: #ffffff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	max-width: 600px;
	padding: 40px;
	margin: auto;
}

.city-view-area .city-wrap .city-content span {
	text-transform: uppercase;
	color: #0072bc;
	font-size: 14px;
	display: block;
	margin-bottom: 8px;
	letter-spacing: 10px;
}

.city-view-area .city-wrap .city-content h3 {
	margin-bottom: 20px;
	font-size: 25px;
	font-weight:500;
}

.city-view-area .owl-theme .owl-nav {
	margin-top: 0 !important;
}

.city-view-area .owl-theme .owl-nav .owl-prev {
	width: 40px;
	height: 40px;
	line-height: 43px;
	display: block;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	display: inline-block;
	border-radius: 50%;
	color: #0072bc;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	left: -60px;
	transform: translateY(-50%);
	transition: all 0.5s;
}

.city-view-area .owl-theme .owl-nav .owl-prev i {
	font-size: 15px;
	font-weight: 600;
	position: relative;
	top: -1px;
	display: inline-block;
}

.city-view-area .owl-theme .owl-nav .owl-prev:hover {
	background-color: #0072bc !important;
	color: #ffffff;
}

.city-view-area .owl-theme .owl-nav .owl-prev:hover i {
	animation: fadeInRight 1s linear;
}

.city-view-area .owl-theme .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	line-height: 43px;
	display: block;
	background-color: #ffffff;
	display: inline-block;
	border-radius: 50%;
	color: #0072bc;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	position: absolute;
	top: 50%;
	right: -60px;
	transform: translateY(-50%);
	transition: all 0.5s;
}

.city-view-area .owl-theme .owl-nav .owl-next i {
	font-size: 15px;
	font-weight: 600;
	position: relative;
	top: -1px;
	display: inline-block;
}

.city-view-area .owl-theme .owl-nav .owl-next:hover {
	background-color: #0072bc !important;
	color: #ffffff;
}

.city-view-area .owl-theme .owl-nav .owl-next:hover i {
	animation: fadeInLeft 1s linear;
}

.city-view-area .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent;
}

/*
Exclusive View Area Style
======================================================*/
.exclusive-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.exclusive-img.bg-1 {
	background-image: url(../../assets/img/exclusive/1.jpg);
}

.exclusive-img.bg-2 {
	background-image: url(../../assets/img/exclusive/2.jpg);
}

.exclusive-content {
	background-color: #ffffff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 20px;
}

.exclusive-content .title {
	text-transform: uppercase;
	color: #0072bc;
	font-size: 14px;
	display: block;
	margin-bottom: 8px;
	letter-spacing: 5px;
}

.exclusive-content h3 {
	margin-bottom: 20px;
}

.exclusive-content .review {
	font-weight: 600;
	margin-bottom: 7px;
	display: block;
}

.exclusive-content .review a {
	color: #0072bc;
	font-weight: normal;
	padding-left: 5px;
}

.exclusive-content p {
	margin-bottom: 8px;
}

.exclusive-content ul {
	margin-bottom: 20px;
}

.exclusive-content ul li {
	display: inline-block;
	padding-left: 8px;
	font-weight: 600;
}

.exclusive-content ul li:first-child {
	padding-left: 0;
}

.exclusive-content ul li i {
	position: relative;
	top: 2px;
}

.exclusive-content .default-btn {
	padding: 5px 15px 5px 15px;
}

.exclusive-area {
	overflow: hidden;
}

.exclusive-area .exclusive-wrap {
	transition: all 0.5s;
	margin-bottom: 30px;
}

.exclusive-area .exclusive-wrap:hover {
	transform: translateY(-5px);
}

/*
Booking Area Style
======================================================*/
.booking-col-2 {
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 15px;
	padding-right: 15px;
}

.booking-col-2 .single-booking {
	background-color: #ffffff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	transition: all 0.5s;
	overflow: hidden;
	text-align: center;
	padding: 20px;
	margin-bottom: 30px;
}

.booking-col-2 .book-icon {
	font-size: 50px;
	display: block;
	line-height: 1;
	color: #717486;
	margin-bottom: 5px;
	transition: all 0.5s;
}

.booking-col-2 .booking-title {
	font-weight: 600;
	color: #717486;
	margin-bottom: 5px;
	display: block;
}

.booking-col-2 h3 {
	margin-bottom: 0;
	transition: all 0.5s;
	font-size: 18px;
}

.booking-col-2 .btn {
	background-color: transparent;
	box-shadow: none;
	text-align: center !important;
}

.booking-col-2:hover .single-booking {
	background-color: #0072bc;
}

.booking-col-2:hover .book-icon {
	color: #ffffff;
	animation: fadeInDown 0.5s linear;
}

.booking-col-2:hover .booking-title {
	color: #ffffff;
}

.booking-col-2:hover h3 {
	color: #ffffff;
}

.booking-col-2 .modal-footer .default-btn {
	margin: auto;
	display: table;
}

/*
Restaurants Area Style
======================================================*/
.single-restaurants {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding: 40px;
	text-align: center;
	z-index: 1;
	position: relative;
}

.single-restaurants::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	z-index: -1;
}

.single-restaurants::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	/*background-color: #0072bc;*/
	z-index: -1;
	transition: all 0.5s;
}

.single-restaurants.bg-1 {
	background-image: url(../../assets/img/gallery/1.jpg);
}

.single-restaurants.bg-2 {
	background-image: url(../../assets/img/gallery/2.jpg);
}

.single-restaurants.bg-3 {
	background-image: url(../../assets/img/gallery/3.jpg);
}

.single-restaurants.bg-4 {
	background-image: url(../../assets/img/gallery/4.jpg);
}

.single-restaurants.bg-5 {
	background-image: url(../../assets/img/gallery/5.jpg);
}

.single-restaurants.bg-6 {
	background-image: url(../../assets/img/gallery/6.jpg);
}

.single-restaurants.bg-7 {
	background-image: url(../../assets/img/gallery/7.jpg);
}
.single-restaurants.bg-8 {
	background-image: url(../../assets/img/gallery/8.jpg);
}
.single-restaurants.bg-9 {
	background-image: url(../../assets/img/gallery/9.jpg);
}
.single-restaurants.bg-10 {
	background-image: url(../../assets/img/gallery/10.jpg);
}


.single-restaurants .restaurants-icon {
	display: block;
	font-size: 50px;
	color: #0072bc;
	line-height: 1;
	margin-bottom: 30px;
	transition: all 0.5s;
}

.single-restaurants span {
	display: block;
	letter-spacing: 10px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}

.single-restaurants p {
	color: #ffffff;
}

.single-restaurants .default-btn {
	margin-top: 20px;
}

.single-restaurants:hover::after {
	width: 100%;
}

.single-restaurants:hover .restaurants-icon {
	color: #ffffff;
}

.single-restaurants:hover .default-btn {
	background-color: #ffffff;
	color: #0072bc;
}

/*
Testimonials Area Style
======================================================*/
.single-testimonials {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	background-image: url(../../assets/img/testimonials/testimonials-bg.png);
	padding: 30px;
	transition: all 0.5s;
}

.single-testimonials ul {
	margin-bottom: 15px;
	line-height: 1;
}

.single-testimonials ul li {
	display: inline-block;
}

.single-testimonials ul li i {
	color: #0072bc;
	font-size: 20px;
}

.single-testimonials h3 {
	margin-bottom: 25px;
}

.single-testimonials p {
	font-style: italic;
}

.single-testimonials .testimonials-content {
	margin-top: 30px;
	position: relative;
	position: relative;
	padding-left: 82px;
}

.single-testimonials .testimonials-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 65px;
	border-left: 1px dashed #cccad7;
	width: 100%;
	height: 100%;
}

.single-testimonials .testimonials-content img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.single-testimonials .testimonials-content h4 {
	font-size: 18px;
}

.single-testimonials .testimonials-content span {
	font-size: 12px;
}

.single-testimonials:hover {
	transform: translateY(-5px);
}

.testimonials-wrap.owl-carousel .owl-item img {
	width: unset;
}

/*
News Area Style
======================================================*/
.single-news {
	margin-bottom: 30px;
	transition: all 0.5s;
}

.single-news .news-img {
	position: relative;
	overflow: hidden;
}

.single-news .news-img .dates {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	background-color: #0072bc;
	padding: 30px;
	color: #ffffff;
	transition: all 0.5s;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.single-news .news-img .dates span {
	transform: rotate(-40deg);
	display: inline-block;
	position: relative;
	left: -20px;
	top: -15px;
	font-size: 14px;
}

.single-news .news-content-wrap {
	background-color: #ffffff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 30px;
}

.single-news .news-content-wrap ul {
	margin-bottom: 10px;
}

.single-news .news-content-wrap ul li {
	display: inline-block;
	padding-right: 10px;
}

.single-news .news-content-wrap ul li a {
	color: #757575;
}

.single-news .news-content-wrap ul li a i {
	color: #0072bc !important;
	margin-right: 5px;
	display: inline-block;
}

.single-news .news-content-wrap ul li a:hover {
	color: #0072bc;
}

.single-news .news-content-wrap a h3 {
	margin-bottom: 20px;
	transition: all 0.5s;
	line-height: 1.4;
}

.single-news .news-content-wrap p {
	margin-bottom: 25px;
}

.single-news:hover {
	transform: translateY(-5px);
}

.single-news:hover .news-content-wrap a h3 {
	color: #0072bc;
}

.single-news:hover .news-content-wrap .read-more i {
	animation: fadeInLeft 1s linear;
}

/*
Footer Top Area Style
======================================================*/
.footer-top-area {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	background-image: url(../../assets/img/footer-bg.jpg);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.footer-top-area .section-title {
	margin-bottom: 30px;
}

.footer-top-area .section-title h2 {
	margin-bottom: 20px;
	color: #ffffff;
}

.footer-top-area .section-title p {
	color: #ffffff;
}

.footer-top-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.7;
	z-index: -1;
}

.footer-top-area .footer-shape img {
	position: absolute;
}

.footer-top-area .footer-shape img:nth-child(1) {
	top: 0;
	right: 0;
	z-index: -1;
}

.single-widget {
	margin-bottom: 30px;
}

.single-widget img {
	margin-bottom: 30px;
}

.single-widget p {
	color: #d9d6d6;
	margin-bottom: 30px;
}

.single-widget h3 {
	color: #ffffff;
	margin-bottom: 25px;
	font-size: 25px;
	position: relative;
}

.single-widget ul li {
	margin-bottom: 14px;
}

.single-widget ul li:last-child {
	margin-bottom: 0;
}

.single-widget ul li a {
	color: #d9d6d6;
	position: relative;
	padding-left: 20px;
}

.single-widget ul li a .right-icon {
	font-size: 20px;
	position: absolute;
	top: 3px;
	left: 0;
}

.single-widget ul li a:hover {
	color: #0072bc;
	transform: translateX(5px);
}

.single-widget ul li a:hover i {
	animation: fadeInLeft 0.5s linear;
}

.single-widget .information li {
	margin-bottom: 6px;
}

.single-widget .information li a {
	padding-left: 0;
	position: relative;
}

.single-widget .information li a:hover {
	transform: translateX(0);
}

.single-widget .information li.address {
	position: relative;
	padding-left: 30px;
	color: #d9d6d6;
}

.single-widget .information li.address i {
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 20px;
}

.single-widget .information li.address span {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 750;
}

.single-widget .social-icon {
	line-height: 1;
}

.single-widget .social-icon li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 0;
}

.single-widget .social-icon li a {
	width: 30px;
	height: 30px;
	line-height: 32px;
	background-color: rgba(255, 255, 255, 0.3);
	color: #ffffff;
	border-radius: 50%;
	text-align: center;
	font-size: 15px;
	position: relative;
	padding-left: 0;
}

.single-widget .social-icon li a:hover {
	transform: translateX(0px);
	animation: rubberBand 1s linear;
	color: #ffffff;
	background-color: #0072bc;
}

.footer-tops-area {
	border-bottom: 1px solid #424141;
}

.footer-tops-area .subscribe-wrap {
	margin: auto;
	max-width: 600px;
}

.footer-tops-area .subscribe-wrap .newsletter-form .input-tracking {
	height: 50px;
	width: 400px;
	border-radius: 50px;
	border: none;
	outline: none;
	padding: 20px;
	margin-right: 20px;
}

.footer-tops-area .subscribe-wrap .newsletter-form .input-tracking::placeholder {
	position: relative;
	top: 2px;
}

/*
Footer Bottom Area Style
======================================================*/
.footer-bottom-area {
	border-top: 1px solid #424141;
	margin-top: 30px;
	padding: 15px 0;
}

.footer-bottom-area .copy-right {
	color: #d9d6d6;
}

.footer-bottom-area .copy-right i {
	position: relative;
	top: 1px;
	margin-right: -5px;
}

.footer-bottom-area .copy-right a {
	color: #d9d6d6;
}

.footer-bottom-area .copy-right a:hover {
	color: #0072bc;
}

.footer-bottom-area .designed {
	text-align: right;
	color: #d9d6d6;
}

.footer-bottom-area .designed i {
	position: relative;
	top: 2px;
	color: #0072bc;
	animation: heartBeat 1000ms infinite linear;
}

.footer-bottom-area .designed a {
	color: #0072bc;
}

/*====================================================
HOME PAGE TWO STYLE
======================================================*/
/*
Header Area Style
======================================================*/
.header-area .heder-top-area {
	background-color: #ffffff;
	padding: 5px 0;
}

.header-area .heder-top-area .social-link {
	line-height: 1;
}

.header-area .heder-top-area .social-link li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 0;
}

.header-area .heder-top-area .social-link li a {
	width: 30px;
	height: 30px;
	line-height: 32px;
	background-color: rgba(204, 140, 24, 0.1);
	color: #0072bc;
	border-radius: 50%;
	text-align: center;
	font-size: 15px;
	position: relative;
	padding-left: 0;
}

.header-area .heder-top-area .social-link li a:hover {
	transform: translateX(0px);
	animation: rubberBand 1s linear;
	color: #ffffff;
	background-color: #0072bc;
}

.header-area .heder-top-area .social-link li a:hover i {
	animation: fadeInLeft 0.5s linear;
}

.header-area .heder-top-area .location {
	float: right;
}

.header-area .heder-top-area .location i {
	background-color: rgba(240, 220, 185, 0.1);
	width: 30px;
	height: 30px;
	line-height: 32px;
	font-size: 15px;
	text-align: center;
	border-radius: 50%;
	color: #f0dcb9;
}

.header-area .heder-top-area .location span {
	font-size: 14px;
	line-height: 1;
	position: relative;
	top: -2px;
	left: 5px;
}

.header-area .eorik-nav-style-two {
	background-color: #0072bc;
}

.header-area .eorik-nav-style-two #navbarSupportedContent {
	position: relative;
}

.header-area .eorik-nav-style-two .navbar-area .navbar-brand {
	display: none;
}

.header-area .eorik-nav-style-two .navbar-area .main-nav nav .navbar-nav .nav-item a {
	margin: 0 10px 0 0;
}

.header-area .eorik-nav-style-two .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
	color: #ffffff;
}

.header-area .eorik-nav-style-two .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
	color: #ffffff;
}

.header-area .eorik-nav-style-two .others-option {
	position: absolute;
	right: 0;
}

.header-area .eorik-nav-style-two .others-option .call-us {
	position: relative;
	z-index: 2;
}

.header-area .eorik-nav-style-two .others-option .call-us i {
	color: #0072bc;
	width: 75px;
	height: 75px;
	line-height: 75px;
	border-radius: 50%;
	background-color: #ffffff;
	box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.05);
	position: absolute;
	font-size: 30px;
	left: -90px;
	bottom: -23px;
}

.header-area .eorik-nav-style-two .others-option .call-us i::after {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: 85px;
	height: 85px;
	line-height: 80px;
	border-radius: 50%;
	background-color: #f0dcb9;
	opacity: 0.5;
	z-index: -1;
}

.header-area .eorik-nav-style-two .navbar-area.is-sticky {
	padding: 20px 0;
}

/*
Banner Area Two Style
======================================================*/
.ecorik-banner-area {
	background-image: url(../../assets/img/home-two/banner/1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	z-index: 1;
	position: relative;
}

.ecorik-banner-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.4;
	z-index: -1;
}

.ecorik-banner-area .ecorik-banner-text {
	text-align: center;
	margin-top: -30px;
}

.ecorik-banner-area .ecorik-banner-text h1 {
	font-size: 160px;
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: -20px;
	font-family: "beautiful-heartregular";
	margin-bottom: 5px;
}

.ecorik-banner-area .ecorik-banner-text span {
	color: #ffffff;
	font-size: 15px;
	display: block;
	font-weight: normal;
	margin-bottom: 30px;
}

.ecorik-banner-area .ecorik-banner-text .slider-btn .default-btn {
	margin: 0 20px;
}

.ecorik-banner-area .ecorik-banner-text .slider-btn .default-btn.white {
	color: #ffffff;
}

.ecorik-banner-area .white-shape {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.ecorik-banner-area .check-form {
	background-color: unset;
}

/*
Explore Area Two Style
======================================================*/
.explore-img-two {
	position: relative;
	z-index: 1;
}

.explore-img-two::before {
	content: "";
	position: absolute;
	top: 30px;
	left: 30px;
	width: 100%;
	height: 100%;
	background-color: #0072bc;
	z-index: -1;
}

/*
City View Area Two Style
======================================================*/
.city-view-area-two {
	background-image: url(../img/slider/4.jpg);
	position: relative;
}

.city-view-area-two .white-shape img {
	position: absolute;
}

.city-view-area-two .white-shape img:nth-child(2) {
	top: 0;
	left: 0;
}

.city-view-area-two .white-shape img:nth-child(1) {
	bottom: 0;
	left: 0;
}

.city-view-area-two .city-wrap {
	border: 30px solid rgba(231, 231, 231, 0.5);
	max-width: 650px;
}

/*
Facilities Area Two Style
======================================================*/
.facilities-area-two .single-facilities-wrap .single-facilities::before {
	opacity: 1;
}

/*
Our Rooms Area Two Style
======================================================*/
.our-rooms-area-two .single-rooms {
	background-color: #ffffff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	transition: all 0.5s;
	overflow: hidden;
	text-align: center;
	padding: 15px;
	margin-bottom: 30px;
}

.our-rooms-area-two .single-rooms i {
	font-size: 50px;
	display: block;
	line-height: 1;
	color: #717486;
	margin-bottom: 10px;
	transition: all 0.5s;
}

.our-rooms-area-two .single-rooms span {
	font-weight: 600;
	color: #717486;
	margin-bottom: 5px;
	display: block;
	transition: all 0.5s;
	font-size:16px;
}

.our-rooms-area-two .single-rooms h3 {
	margin-bottom: 0;
	transition: all 0.5s;
	font-size: 18px;
	color: #757575;
}

.our-rooms-area-two .single-rooms:hover {
	background-color: #0072bc;
}

.our-rooms-area-two .single-rooms:hover i {
	color: #ffffff;
	animation: fadeInDown 0.5s linear;
}

.our-rooms-area-two .single-rooms:hover span {
	color: #ffffff;
}

.our-rooms-area-two .single-rooms:hover h3 {
	color: #ffffff;
}

.our-rooms-area-two .tabs {
	line-height: 1;
}

.our-rooms-area-two .tabs.current {
	background-color: #0072bc;
}

.our-rooms-area-two .tab_content {
	height: 100%;
}

.our-rooms-area-two .tab_content .tabs_item {
	height: 100%;
}

.our-rooms-area-two .col-lg-6:nth-child(5) .single-rooms {
	margin-bottom: 0;
}

.our-rooms-area-two .col-lg-6:nth-child(6) .single-rooms {
	margin-bottom: 0;
}

.our-rooms-area-two .col-lg-6.single-tab.current .single-rooms {
	background-color: #0072bc;
}

.our-rooms-area-two .col-lg-6.single-tab.current .single-rooms i {
	color: #ffffff;
}

.our-rooms-area-two .col-lg-6.single-tab.current .single-rooms span {
	color: #ffffff;
}

.our-rooms-area-two .col-lg-6.single-tab.current .single-rooms h3 {
	color: #ffffff;
}

/*
Incredible Area Two Style
==================================*/
.incredible-area-two .timer {
	display: inline-block;
	padding-right: 10px;
	text-align: center;
	font-size: 50px;
	margin-bottom: 30px;
}

.incredible-area-two span {
	display: block;
	font-size: 16px;
	margin-top: 10px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 8px;
}

.incredible-area-two .time-cap {
	line-height: 1;
	padding: 30px;
	position: relative;
	color: #ffffff;
}

.incredible-area-two .incredible-content h2 {
	margin-bottom: 10px;
}

.incredible-area-two .incredible-content h2 span {
	display: inline-block;
	text-transform: capitalize;
}

/*
Exclusive Area Two Style
======================================================*/
.exclusive-area-two .exclusive-content h3 {
	margin-bottom: 10px;
}

.exclusive-area-two .exclusive-content .information {
	background-color: #0072bc;
	width: 35px;
	height: 35px;
	line-height: 36px;
	display: inline-block;
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
	margin-left: 10px;
	cursor: pointer;
}

.exclusive-area-two .exclusive-content ul {
	margin-bottom: 25px;
}

.exclusive-area-two .exclusive-content .rating {
	line-height: 1;
	margin-bottom: 20px;
}

.exclusive-area-two .exclusive-content .rating li {
	display: inline-block;
}

.exclusive-area-two .exclusive-content .rating li i {
	color: #f4a708;
}

.exclusive-area-two .exclusive-img {
	height: 350px;
}

.exclusive-area-two .exclusive-img.bg-3 {
	background-image: url(../../assets/img/exclusive/3.jpg);
}

.exclusive-area-two .exclusive-img.bg-4 {
	background-image: url(../../assets/img/exclusive/4.jpg);
}

.exclusive-area-two .exclusive-img.bg-5 {
	background-image: url(../../assets/img/exclusive/5.jpg);
}

.exclusive-area-two .exclusive-img.bg-6 {
	background-image: url(../../assets/img/exclusive/6.jpg);
}

/*
Choose Restaurant Area Style
=================================================*/
.choose-restaurant-area {
	margin-bottom: 15px;
}

.choose-restaurant-area .choose-restaurant-img {
	background-image: url(../../assets/img/choose-restaurant-img.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
}

.choose-restaurant-area .choose-restaurant-img::before {
	content: "";
	position: absolute;
	top: 30px;
	left: -30px;
	width: 100%;
	height: 100%;
	background-color: #0072bc;
	z-index: -1;
}

.choose-restaurant-area .choose-restaurant-img img {
	display: none;
}

.choose-restaurant-area .choose-tab-wrap .choose-tab .tabs {
	background-color: transparent;
	box-shadow: none;
	margin-bottom: 34px;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.choose-restaurant-area .choose-tab-wrap .choose-tab .tabs:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #eeeeee;
	z-index: -1;
}

.choose-restaurant-area .choose-tab-wrap .choose-tab .tabs li {
	padding: 0;
	margin-right: 30px;
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
}

.choose-restaurant-area .choose-tab-wrap .choose-tab .tabs li.current {
	color: #0072bc;
	border-bottom: 2px solid #0072bc;
	padding-bottom: 20px;
}

.choose-restaurant-area .default-btn {
	margin-top: 20px;
}

/*
Exclusive Offers Area Style
=================================================*/
.exclusive-offers-area {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	background-image: url(../../assets/img/exclusive/bg.jpg);
	position: relative;
}

.exclusive-offers-area .exclusive-content {
	padding: 30px;
}

.exclusive-offers-area .section-title span {
	color: #ffffff;
}

.exclusive-offers-area .section-title h2 {
	color: #ffffff;
}

.exclusive-offers-area .white-shape img {
	position: absolute;
}

.exclusive-offers-area .white-shape img:nth-child(1) {
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.exclusive-offers-area .white-shape img:nth-child(2) {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.exclusive-offers-area .exclusive-content {
	transition: all 0.5s;
}

.exclusive-offers-area .exclusive-content:hover {
	transform: translateY(-5px);
}

/*
Testimonials Area Two Style
=================================================*/
.testimonials-area-two {
	text-align: center;
}

.testimonials-area-two .testimonials-wrap-two {
	background-color: #ffffff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 30px 30px 60px 30px;
	margin: 30px;
	max-width: 900px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.testimonials-area-two .testimonials-wrap-two::before {
	content: "";
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 275px;
	height: 100px;
	background-color: #ffffff;
	z-index: 2;
	opacity: 0.5;
}

.testimonials-area-two .testimonials-wrap-two::after {
	content: "";
	position: absolute;
	bottom: 40px;
	right: 0;
	width: 325px;
	height: 100px;
	background-color: #ffffff;
	z-index: 2;
	opacity: 0.5;
}

.testimonials-area-two .single-testimonials {
	background-image: unset;
	padding-bottom: 30px;
	transition: all 0.5s;
}

.testimonials-area-two .single-testimonials ul {
	margin-bottom: 15px;
	line-height: 1;
}

.testimonials-area-two .single-testimonials ul li {
	display: inline-block;
}

.testimonials-area-two .single-testimonials ul li i {
	color: #f4a708;
	font-size: 20px;
}

.testimonials-area-two .single-testimonials h3 {
	margin-bottom: 25px;
}

.testimonials-area-two .single-testimonials p {
	font-style: italic;
}

.testimonials-area-two .single-testimonials:hover {
	transform: translateY(-5px);
}

.testimonials-area-two .testimonials-content {
	margin-top: 30px;
	position: relative;
	position: relative;
	padding-left: 82px;
}

.testimonials-area-two .testimonials-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 110px;
	border-left: 1px dashed #cccad7;
	width: 100%;
	height: 100%;
}

.testimonials-area-two .testimonials-content img {
	position: absolute;
	top: 0;
	left: 40px;
	border-radius: 50%;
}

.testimonials-area-two .testimonials-content h4 {
	font-size: 18px;
}

.testimonials-area-two .testimonials-content span {
	font-size: 12px;
}

.testimonials-area-two .owl-carousel .owl-item img {
	width: unset;
}

.testimonials-area-two .owl-stage {
	margin: auto;
}

/*
Slider Gallery Area Two Style
=================================================*/
.single-slider-gallery {
	position: relative;
}

.single-slider-gallery::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #0072bc;
	opacity: 0.5;
	transition: all 0.5s;
}

.single-slider-gallery .instagram-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	z-index: 1;
	transform: scale(0);
	transition: all 0.5s;
}

.single-slider-gallery .instagram-link i {
	color: #ffffff;
	font-size: 50px;
}

.single-slider-gallery:hover .instagram-link {
	transform: scale(1);
}

.single-slider-gallery:hover::before {
	height: 100%;
	animation: fadeInRight 0.5s linear;
}

/*
Map Area Style
=================================================*/
.map-area iframe {
	width: 100%;
	height: 480px;
	border: none !important;
	display: block;
}

/*
Footer Area Two Style
=================================================*/
.footer-top-area-two {
	background-image: unset;
	background-color: #2c2d37;
}

.footer-top-area-two .footer-shape {
	display: none;
}

#validator-newsletter {
	color: #cf3131;
	margin-top: 10px;
}

/*
Footer Area Two Style
=================================================*/
.eorik-nav-style-three .navbar-brand {
	display: none;
}

/*====================================================
HOME PAGE THREE STYLE
======================================================*/
/*
Eorik Nav Style Three Style
=================================================*/
.eorik-nav-style-three {
	background-color: rgba(19, 129, 193, 0.5);
}

.eorik-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item a {
	margin: 15px 10px;
}

.eorik-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
	color: #ffffff;
}

.eorik-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
	color: #ffffff;
}

.eorik-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	margin: 0 10px;
}

.eorik-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item.logo-three a {
	margin: 0 30px;
}

.eorik-nav-style-three .navbar-area.is-sticky {
	background-color: #1381c1;
}

/*
Slider Area Three Style
======================================================*/
.eorik-slider-area-three {
	position: relative;
}

.eorik-slider-area-three::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100%;
	background-color: #ffffff;
	z-index: 9999;
}

.eorik-slider-area-three .eorik-slider-item::before {
	display: none;
}

.eorik-slider-area-three .social-link {
	left: 32px;
	z-index: 9999;
	right: unset;
}

.eorik-slider-area-three .social-link ul .follow {
	color: #0072bc;
	transform: rotate(90deg);
	position: relative;
	left: -15px;
	top: -25px;
	z-index: 9999;
}

.eorik-slider-area-three .owl-prev {
	left: 130px !important;
}




/*
Our Rooms Area Three Style
======================================================*/
.single-rooms-three {
	overflow: hidden;
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
	text-align-last: center;
}

.single-rooms-three .single-rooms-three-content {
	/*background-color: #ffffff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 30px;
	position: absolute;
	bottom: -112px;
	left: 0;
	right: 0;
	transition: all 0.5s;*/
}

.single-rooms-three .single-rooms-three-content h3 {
	margin-bottom: 10px;
}

.single-rooms-three .single-rooms-three-content .information {
	background-color: #0072bc;
	width: 35px;
	height: 35px;
	line-height: 36px;
	display: inline-block;
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
	margin-left: 10px;
	cursor: pointer;
}

.single-rooms-three .single-rooms-three-content .rating {
	line-height: 1;
	margin-bottom: 20px;
}

.single-rooms-three .single-rooms-three-content .rating li {
	display: inline-block;
}

.single-rooms-three .single-rooms-three-content .rating li i {
	color: #cc8c18;
}

.single-rooms-three .single-rooms-three-content .price {
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
}

.single-rooms-three .single-rooms-three-content .default-btn {
	padding: 5px 15px 5px 15px;
}

.single-rooms-three:hover .single-rooms-three-content {
	bottom: 0;
}

/*
Explore Area Three Style
======================================================*/
.explore-area-three .explore-content span {
	text-transform: uppercase;
	color: #0072bc;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	letter-spacing: 10px;
}

.explore-area-three .explore-content h2 {
	font-size: 40px;
}

.explore-area-three .explore-img-1 {
	background-image: url(../../assets/img/erthete/4.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	border: 10px solid #ffffff;
}

.explore-area-three .explore-img-1 img {
	display: none;
}

.explore-area-three .explore-img-2 {
	background-image: url(../../assets/img/erthete/5.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	border: 10px solid #ffffff;
}

.explore-area-three .explore-hight {
	height: 100%;
}

/*
Restaurant Area Three Style
======================================================*/
.restaurant-item {
	overflow: hidden;
}

.restaurant-item .single-restaurants {
	background-color: #494c5c;
	padding: 30px;
}

.restaurant-item .single-restaurants span {
	font-size: 18px;
	letter-spacing: 8px;
}

.restaurant-item .restaurant-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.restaurant-item .restaurant-img.bg-1 {
	background-image: url(../../assets/img/veranda/1.jpg);
}

.restaurant-item .restaurant-img.bg-2 {
	background-image: url(../../assets/img/veranda/2.jpg);
}

.restaurant-item .restaurant-img.bg-3 {
	background-image: url(../../assets/img/restaurants/7.jpg);
}

.restaurant-item .restaurant-img.bg-4 {
	background-image: url(../../assets/img/restaurants/8.jpg);
}

/* 
Customer Area Two  Style
======================================================*/
.customer-area .single-customer {
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	opacity: 0.3;
	transition: all 0.9s;
}

.customer-area .single-customer img {
	width: 90px;
	height: 90px;
	border: 2px solid #0072bc;
	padding: 3px;
	border-radius: 50%;
	margin: 0 auto 25px;
}

.customer-area .single-customer h3 {
	margin-bottom: 18px;
}

.customer-area .single-customer p {
	margin-bottom: 15px;
}

.customer-area .single-customer span {
	display: block;
}

.customer-area .single-customer .colors {
	color: #0072bc;
}

.customer-area .owl-item.active.center .single-customer {
	opacity: 1;
	animation: rotateIn 1s linear;
}

.customer-area .owl-theme .owl-dots {
	line-height: 1;
}

.customer-area .owl-theme .owl-dots .owl-dot span {
	margin: 0 5px;
	background: #b4b4b8;
	transition: all 0.5s;
	width: 20px;
	border-radius: 0;
	height: 5px;
}

.customer-area .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #0072bc !important;
	width: 20px;
	border-radius: 0;
	height: 5px;
}

.customer-area .owl-theme .owl-dots .owl-dot.active span {
	background-color: #0072bc !important;
	width: 20px;
	border-radius: 0;
	height: 5px;
}

/* 
Contact Us Area Two  Style
======================================================*/
.contact-us-area {
	background-image: url(../../assets/img/shape/contact-shape-bg.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	background-color: #fafafa;
}

.contact-us-area .contact-content {
	max-width: 450px;
	margin: auto;
	text-align: center;
}

.contact-us-area .contact-content h3 {
	margin-bottom: 30px;
}

.contact-us-area .contact-content h3 span {
	font-weight: 500;
}

.contact-us-area .contact-content p {
	margin-bottom: 30px;
}

.contact-us-area .contact-shape img {
	position: absolute;
}

.contact-us-area .contact-shape img:nth-child(1) {
	top: 85px;
	left: 0;
	width: 400px;
	animation: moVebounce 5s linear infinite;
}

.contact-us-area .contact-shape img:nth-child(2) {
	top: 30px;
	right: 0;
	max-width: 400px;
	animation: rotation 30s linear infinite;
}

/* 
News Area Three  Style
======================================================*/
.news-area-three .news-content-wrap {
	position: relative;
	padding-left: 120px;
}

.news-area-three .news-content-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 105px;
	width: 1px;
	height: 100%;
	background-color: #eeeeee;
}

.news-area-three .news-content-wrap h3 {
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1.4;
}

.news-area-three .news-content-wrap h3 a {
	color: #757575;
}

.news-area-three .news-content-wrap span {
	text-align: center;
	position: absolute;
	left: 30px;
	top: 25px;
	font-weight: 500;
}

.news-area-three .news-content-wrap span strong {
	font-size: 18px;
}

.news-area-three .news-content-wrap:hover h3 a {
	color: #0072bc;
}

/* 
Footer Top Area Three  Style
======================================================*/
.footer-top-area-three .input-tracking {
	height: 50px;
	border-radius: 50px;
	width: 100%;
	position: relative;
	padding: 10px 20px;
	outline: 0;
	border: none;
}

.footer-top-area-three .newsletter-form {
	position: relative;
}

.footer-top-area-three .newsletter-form .default-btn {
	position: absolute;
	top: 0;
	right: 0;
}

/*====================================================
HOME PAGE FOUR STYLE
======================================================*/
/* 
Eorik Nav Style Four
======================================================*/
.eorik-nav-style-four .navbar-area .main-nav {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #2c2d37;
}

.eorik-nav-style-four .others-option .sidebar-button {
	width: 30px;
}

.eorik-nav-style-four .others-option .sidebar-button span {
	margin: 1px;
	line-height: 1;
}

.eorik-nav-style-four .others-option .sidebar-button span:nth-child(1) {
	border: 2px solid #ffffff;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-bottom: -9px;
}

.eorik-nav-style-four .others-option .sidebar-button span:nth-child(2) {
	border: 2px solid #ffffff;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-bottom: -9px;
	transition: all 0.5s;
}

.eorik-nav-style-four .others-option .sidebar-button span:nth-child(3) {
	border: 2px solid #ffffff;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: inline-block;
	transition: all 0.5s;
}

.eorik-nav-style-four .others-option .sidebar-button span:nth-child(4) {
	border: 2px solid #ffffff;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: inline-block;
}

.eorik-nav-style-four .others-option .sidebar-button:hover {
	animation: rubberBand 1s linear;
}

.eorik-nav-style-four .others-option .sidebar-button:hover span:nth-child(2) {
	border-color: #0072bc;
	animation: fadeOut 1s linear;
}

.eorik-nav-style-four .others-option .sidebar-button:hover span:nth-child(3) {
	border-color: #0072bc;
	animation: fadeOut 1s linear;
}

/*
Sidebar Modal Area Style
======================================================*/
.sidebar-modal {
	position: relative;
}

.sidebar-modal .navbar-nav li a {
	padding: 10px 0px 10px 15px;
}

.sidebar-modal .modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 450px;
	height: 100%;
	transform: translate3d(0%, 0, 0);
}

.sidebar-modal .modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
	border-radius: 0;
	border: none;
	background-color: #ffffff;
}

.sidebar-modal .modal.right .modal-body {
	padding: 30px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget {
	margin-bottom: 35px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
	position: relative;
	z-index: 1;
	margin-bottom: 35px;
	color: #757575;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::before {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 70px;
	height: 2px;
	border-radius: 5px;
	background: #0072bc;
	content: '';
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget:last-child {
	margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul {
	padding: 0;
	margin: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li {
	margin-bottom: 10px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li:last-child {
	margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a {
	font-size: 14px;
	color: #757575;
	font-weight: 500;
	text-transform: capitalize;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a:hover {
	color: #0072bc;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li {
	position: relative;
	font-weight: 500;
	padding-left: 45px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 14px;
	color: #757575;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li span {
	font-size: 13px;
	display: block;
	font-weight: 400;
	color: #818992;
	margin-top: 5px;
	text-transform: initial;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li i {
	position: absolute;
	left: 0;
	top: 0;
	color: #ffffff;
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 29px;
	transition: all 0.5s;
	background-color: #757575;
	border-radius: 4px;
	font-size: 15px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:hover i {
	color: #ffffff;
	background: #0072bc;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:last-child {
	margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list {
	text-align: left;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li {
	display: inline-block;
	padding-right: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i {
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	border-radius: 4px;
	color: #ffffff;
	background-color: #757575;
	font-size: 12px;
	transition: all 0.5s;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i:hover {
	background-color: #0072bc;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li:hover {
	color: #0072bc;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a:hover {
	color: #ffffff;
}

.sidebar-modal .modal.right.fade.show .modal-dialog {
	right: 0;
	transition: all 0.3s ease-in-out;
	animation: rotateIn 1000ms linear;
}

.sidebar-modal .modal.right.fade .modal-dialog {
	right: -320px;
	transition: all 0.3s ease-in-out;
	animation: rotateIn 1000ms linear;
}

.sidebar-modal .modal-header {
	display: inline;
	padding: 0;
	border: none;
}

.sidebar-modal .modal-header .close {
	height: 30px;
	width: 30px;
	color: #0072bc;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	border: none;
	opacity: 1;
}

.sidebar-modal .modal-header .close i::before {
	margin-left: 0;
	font-size: 20px;
}

.sidebar-modal .modal-header h2 {
	background-color: #ffffff;
}

.sidebar-modal button:focus {
	outline: 0px;
}

.modal-header .btn-close {
	padding: 20px;
	float: right;
}

.modal-open .modal {
	z-index: 99999;
}

/*
Ecorik Slider Area Four Style
======================================================*/
.eorik-slider-area-four {
	position: relative;
}

.eorik-slider-area-four .eorik-slider-item::before {
	display: none;
}

.eorik-slider-area-four .eorik-slider-item.slider-item-bg-10 {
	background-image: url(../../assets/img/home-four/slider/1.jpg);
}

.eorik-slider-area-four .eorik-slider-item.slider-item-bg-11 {
	background-image: url(../../assets/img/home-four/slider/2.jpg);
}

.eorik-slider-area-four .eorik-slider-item.slider-item-bg-12 {
	background-image: url(../../assets/img/home-four/slider/3.jpg);
}

.eorik-slider-area-four::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 100%;
	background-color: #ffffff;
	z-index: 9999;
}

.eorik-slider-area-four::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 300px;
	background-color: #2c2d37;
	z-index: 9999;
}

.eorik-slider-area-four.eorik-slider-area .owl-theme .owl-nav.disabled + .owl-dots {
	bottom: 50px;
}

.check-area-four {
	background-color: #ffffff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.check-area-four .check-form {
	box-shadow: none;
}

/*
Restaurants Area Four Style
======================================================*/
.restaurants-area-four .container-fluid {
	max-width: 1240px;
	margin-left: auto;
	margin-right: unset;
}

.restaurants-area-four .restaurants-content .r-p-m {
	margin-bottom: 40px;
}

.restaurants-area-four .restaurants-content .singles-restaurants {
	text-align: center;
}

.restaurants-area-four .restaurants-content .singles-restaurants i {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 20px;
	display: inline-block;
	color: #0072bc;
}

.restaurants-area-four .restaurants-content .singles-restaurants .icon-btn {
	background-color: #f5e8d1;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	margin-top: 5px;
	transition: all 0.5s;
}

.restaurants-area-four .restaurants-content .singles-restaurants .icon-btn i {
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	color: #0072bc;
	margin-bottom: 0;
	transition: all 0.5s;
}

.restaurants-area-four .restaurants-content .singles-restaurants:hover .icon-btn {
	background-color: #0072bc;
}

.restaurants-area-four .restaurants-content .singles-restaurants:hover .icon-btn i {
	color: #ffffff;
}

.restaurants-area-four .restaurants-img-height {
	height: 100%;
}

.restaurants-area-four .restaurants-img-height .restaurants-img-1 {
	background-image: url(../../assets/img/veranda/1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.restaurants-area-four .restaurants-img-height .restaurants-img-2 {
	background-image: url(../../assets/img/veranda/2.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.restaurants-area-four .restaurants-img-height .restaurants-img-3 {
	background-image: url(../../assets/img/gallery/31.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.restaurants-area-four .restaurants-img-height .restaurants-img-4 {
	background-image: url(../../assets/img/gallery/32.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.restaurants-area-four .restaurants-img-height .restaurants-img-5 {
	background-image: url(../../assets/img/gallery/58.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
.restaurants-area-four .restaurants-img-height .restaurants-img-6 {
	background-image: url(../../assets/img/gallery/30.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.restaurants-area-four .restaurants-img-height .restaurants-img-7 {
	background-image: url(../../assets/img/gallery/68.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
.restaurants-area-four .restaurants-img-height .restaurants-img-8 {
	background-image: url(../../assets/img/gallery/69.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*
Counter Area Style
======================================================*/
.counter-area {
	background-image: url(../../assets/img/counter-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	position: relative;
}

.counter-area::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100%;
	background-color: #ffffff;
}

.single-counter {
	text-align: center;
	margin-bottom: 30px;
}

.single-counter p {
	color: #ffffff;
	font-weight: 600;
	font-weight: 20px;
	margin-bottom: 0;
}

.single-counter h2 {
	font-size: 50px;
	color: #0072bc;
}

.single-counter .target {
	margin-left: -5px;
	display: initial-block;
}

/*
Facilities Area Four Style
======================================================*/
.facilities-area-four {
	padding-bottom: 40px;
}

.singles-facilities {
	position: relative;
	padding-left: 100px;
	margin-bottom: 60px;
}

.singles-facilities i {
	font-size: 40px;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background-color: #ffffff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	color: #0072bc;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.singles-facilities h3 {
	margin-bottom: 15px;
}

/*
City View Area Four  Style
======================================================*/
.city-view-area-four {
	position: relative;
	background-image: url(../img/city-view-bg.jpg);
	z-index: 1;
}

.city-view-area-four::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-color: #ffffff;
	z-index: -1;
}

.city-view-area-four .city-wrap {
	background-color: #0072bc;
	border: 30px solid #f5e8d1;
	max-width: 800px;
}

.city-view-area-four .city-wrap .city-content h3 {
	color: #ffffff;
}

.city-view-area-four .city-wrap .city-content p {
	color: #ffffff;
}

/*
Our Rooms Area Four  Style
======================================================*/
.our-rooms-area-four .tab.industries-list-tab {
	background-color: #2c2d37;
	padding-left: 30px;
}

.our-rooms-area-four .tabs {
	padding-top: 30px;
	padding-bottom: 30px;
}

.our-rooms-area-four .single-rooms i {
	color: #d4d4d4;
}

.our-rooms-area-four .single-rooms span {
	color: #d4d4d4;
}

.our-rooms-area-four .single-rooms h3 {
	font-size: 16px;
	color: #d4d4d4;
}

.our-rooms-area-four .single-rooms {
	background-color: #353641;
}

/*
Exclusive Offers Area Four Style
======================================================*/
.exclusive-offers-area-four .single-exclusive-four {
	transition: all 0.5s;
	margin-bottom: 30px;
}

.exclusive-offers-area-four .single-exclusive-four:hover {
	transform: translateY(-5px);
}

/*
Customer Offers Area Four Style
======================================================*/
.customer-area-four {
	background-image: url(../../assets/img/customer-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	z-index: 1;
}

.customer-area-four::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	background-color: #ffffff;
	z-index: 1;
}

.customer-area-four::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 100%;
	background-color: #ffffff;
	z-index: 1;
}

.customer-area-four .customer-wrap-four {
	max-width: 600px;
	margin: auto;
	position: relative;
	border: 30px solid #f5ddb3;
}

.customer-area-four .customer-wrap-four.owl-theme .owl-nav {
	margin-top: 0 !important;
}

.customer-area-four .customer-wrap-four.owl-theme .owl-nav .owl-prev {
	width: 40px;
	height: 40px;
	line-height: 43px;
	display: block;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	display: inline-block;
	border-radius: 50%;
	color: #0072bc;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	left: -25px;
	transform: translateY(-50%);
	transition: all 0.5s;
}

.customer-area-four .customer-wrap-four.owl-theme .owl-nav .owl-prev i {
	font-size: 15px;
	font-weight: 600;
	position: relative;
	top: -1px;
	display: inline-block;
}

.customer-area-four .customer-wrap-four.owl-theme .owl-nav .owl-prev:hover {
	background-color: #0072bc !important;
	color: #ffffff;
}

.customer-area-four .customer-wrap-four.owl-theme .owl-nav .owl-prev:hover i {
	animation: fadeInRight 1s linear;
}

.customer-area-four .customer-wrap-four.owl-theme .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	line-height: 43px;
	display: block;
	background-color: #ffffff;
	display: inline-block;
	border-radius: 50%;
	color: #0072bc;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
	transition: all 0.5s;
}

.customer-area-four .customer-wrap-four.owl-theme .owl-nav .owl-next i {
	font-size: 15px;
	font-weight: 600;
	position: relative;
	top: -1px;
	display: inline-block;
}

.customer-area-four .customer-wrap-four.owl-theme .owl-nav .owl-next:hover {
	background-color: #0072bc !important;
	color: #ffffff;
}

.customer-area-four .customer-wrap-four.owl-theme .owl-nav .owl-next:hover i {
	animation: fadeInLeft 1s linear;
}

.customer-area-four .customer-wrap-four.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent;
}

.customer-area-four .single-customer {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

/*
News Area Four Style
======================================================*/
.news-area-four .section-title {
	margin: 0 auto 30px;
}

.news-area-four .news-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.news-area-four .news-img.bg-1 {
	background-image: url(../../assets/img/news/1.jpg);
}

.news-area-four .single-news {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 30px;
}

.news-area-four .owl-theme .owl-nav {
	margin-top: 0 !important;
}

.news-area-four .owl-theme .owl-nav .owl-prev {
	width: 40px;
	height: 40px;
	line-height: 43px;
	display: block;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	display: inline-block;
	border-radius: 50%;
	color: #0072bc;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	left: -25px;
	transform: translateY(-50%);
	transition: all 0.5s;
}

.news-area-four .owl-theme .owl-nav .owl-prev i {
	font-size: 15px;
	font-weight: 600;
	position: relative;
	top: -1px;
	display: inline-block;
}

.news-area-four .owl-theme .owl-nav .owl-prev:hover {
	background-color: #0072bc !important;
	color: #ffffff;
}

.news-area-four .owl-theme .owl-nav .owl-prev:hover i {
	animation: fadeInRight 1s linear;
}

.news-area-four .owl-theme .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	line-height: 43px;
	display: block;
	background-color: #ffffff;
	display: inline-block;
	border-radius: 50%;
	color: #0072bc;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
	transition: all 0.5s;
}

.news-area-four .owl-theme .owl-nav .owl-next i {
	font-size: 15px;
	font-weight: 600;
	position: relative;
	top: -1px;
	display: inline-block;
}

.news-area-four .owl-theme .owl-nav .owl-next:hover {
	background-color: #0072bc !important;
	color: #ffffff;
}

.news-area-four .owl-theme .owl-nav .owl-next:hover i {
	animation: fadeInLeft 1s linear;
}

.news-area-four .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent;
}

/*
Incredible Area Four Style
======================================================*/
.incredible-area-four {
	position: relative;
}

.incredible-area-four::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100%;
	background-color: #ffffff;
}

/*
Footer Menu Area Four Style
======================================================*/
.footer-menu-area {
	background-color: #2c2d37;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #363741;
}

.footer-menu-area ul {
	float: right;
}

.footer-menu-area ul li {
	display: inline-block;
	padding-left: 20px;
}

.footer-menu-area ul li a {
	color: #a6a6a6;
	font-weight: 500;
	font-size: 15px;
}

.footer-menu-area ul li a:hover {
	color: #0072bc;
}

/*
Footer Top Area Four Style
======================================================*/
.footer-top-area-four {
	background-color: #2c2d37;
	background-image: unset;
}

.footer-top-area-four::before {
	display: none;
}

.footer-top-area-four .input-tracking {
	height: 50px;
	border-radius: 50px;
	width: 100%;
	position: relative;
	padding: 10px 20px;
	outline: 0;
	border: none;
}

.footer-top-area-four .newsletter-form {
	position: relative;
}

.footer-top-area-four .newsletter-form .default-btn {
	position: absolute;
	top: 0;
	right: 0;
}

.footer-top-area-four .instagram-wrap li {
	display: inline-block;
	margin-bottom: 0;
	padding: 0 3px 10px 3px;
}

.footer-top-area-four .instagram-wrap li:nth-child(7) {
/*padding-bottom: 0;*/
}

.footer-top-area-four .instagram-wrap li:nth-child(8) {
	padding-bottom: 0;
}

.footer-top-area-four .instagram-wrap li:nth-child(9) {
	padding-bottom: 0;
}

.footer-top-area-four .instagram-wrap li a {
	padding-left: 0;
	margin-bottom: 0;
}

.footer-top-area-four .instagram-wrap li a img {
	margin-bottom: 0;
}

/*====================================================
HOME PAGE FIVE STYLE
======================================================*/
/*
Ecorik Nav Style Five
======================================================*/
.eorik-nav-style-five .navbar-area .main-nav {
	padding-top: 20px;
	padding-bottom: 20px;
}

/*
Ecorik Slider Area Five Style 
======================================================*/
.eorik-slider-area-five {
	border-radius: 0 0 100px 100px;
	overflow: hidden;
}

.eorik-slider-area-five .owl-prev {
	opacity: 1;
}

.eorik-slider-area-five .owl-prev::before {
	content: "Prev";
	position: absolute;
	top: 8px;
	left: 35px;
	z-index: 99999;
	width: 100%;
	height: 100%;
	color: #fff;
}

.eorik-slider-area-five .owl-prev i {
	font-size: 60px;
	background-color: transparent !important;
}

.eorik-slider-area-five .owl-prev i:hover {
	background-color: transparent !important;
}

.eorik-slider-area-five .owl-prev:hover::before {
	animation: fadeInRight 1s linear;
}

.eorik-slider-area-five .owl-next {
	opacity: 1;
}

.eorik-slider-area-five .owl-next::before {
	content: "Next";
	position: absolute;
	top: 7px;
	right: 15px;
	z-index: 99999;
	width: 100%;
	height: 100%;
	color: #fff;
}

.eorik-slider-area-five .owl-next i {
	font-size: 60px;
	background-color: transparent !important;
}

.eorik-slider-area-five .owl-next i:hover {
	background-color: transparent !important;
}

.eorik-slider-area-five .owl-next:hover::before {
	animation: fadeInLeft 1s linear;
}

.eorik-slider-area-five .slider-item-bg-13 {
	background-image: url(../../assets/img/home-five/slider/1.jpg);
}

.eorik-slider-area-five .slider-item-bg-14 {
	background-image: url(../../assets/img/home-five/slider/2.jpg);
}

.eorik-slider-area-five .slider-item-bg-15 {
	background-image: url(../../assets/img/home-five/slider/3.jpg);
}

.eorik-slider-area-five .eorik-slider-item::before {
	display: none;
}

/*
Explore Area Five Style 
======================================================*/
.explore-area-five .explore-gallery {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	border: 5px solid #ffffff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.explore-area-five .explore-gallery.bg-1 {
	background-image: url(../../assets/img/explore-img-3.jpg);
}

.explore-area-five .explore-gallery.bg-2 {
	background-image: url(../../assets/img/home/3.jpg);
	margin-bottom: 30px;
}

.explore-area-five .explore-gallery.bg-3 {
	background-image: url(../../assets/img/home/4.jpg);
}

.explore-area-five .explore-gallery-hight {
	height: 100%;
}

/*
Booking Area Five Style 
======================================================*/
.booking-area-five {
	background-image: url(../../assets/img/booking-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	position: relative;
	z-index: 1;
}

.booking-area-five .section-title {
	margin-bottom: 60px;
}

.booking-area-five::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 100%;
	background-color: #ffffff;
	z-index: -1;
}

.booking-area-five .section-title {
	text-align: left;
	max-width: unset;
}

.booking-area-five .booking-bottom-title {
	max-width: 600px;
	margin-top: 10px;
}

.booking-area-five .booking-bottom-title .default-btn {
	margin-top: 25px;
}

.booking-area-five .booking-col-2 {
	padding: 0;
}

.booking-area-five .row {
	margin-left: 5px;
	margin-right: 5px;
}

/*
Counter Area Five Style 
======================================================*/
.counter-area-five {
	overflow: hidden;
	border-radius: 100px 0 100px  0;
	margin-top: 100px;
}

.counter-area-five::before {
	display: none;
}

/*
City View Area Five Style 
======================================================*/
.city-view-area-five {
	background-image: unset;
}

.city-view-area-five .container {
	background-image: url(../../assets/img/city-view-bg-5.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	padding-top: 100px;
	position: relative;
	z-index: 1;
}

.city-view-area-five .container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background-color: #ffffff;
	z-index: -1;
}

.city-view-area-five .container .section-title {
	margin-bottom: 30px;
}

.city-view-area-five .container .tabs {
	background-color: transparent;
	box-shadow: none;
	margin-bottom: 34px;
	line-height: 1;
	position: relative;
	z-index: 1;
	max-width: 700px;
	margin: 0 auto 70px;
	text-align: center;
	padding-bottom: 55px;
}

.city-view-area-five .container .tabs:before {
	content: "";
	position: absolute;
	bottom: 55px;
	left: 0;
	right: 0;
	width: 98%;
	height: 2px;
	background-color: #eeeeee;
	z-index: -1;
	margin: auto;
}

.city-view-area-five .container .tabs li {
	padding: 0;
	margin-right: 30px;
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
}

.city-view-area-five .container .tabs li.current {
	color: #0072bc;
	border-bottom: 2px solid #0072bc;
	padding-bottom: 20px;
}

/*
FacilitiesArea Five Style 
======================================================*/
.facilities-area-five {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.facilities-area-five .facilities-right-wrap {
	background-color: #0072bc;
	padding-left: 100px;
	border-radius: 0 0 0 100px;
}

.facilities-area-five .facilities-single-bg {
	background-image: url(../../assets/img/home/6.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	width: 800px;
	height: 100%;
	top: -30px;
	z-index: -1;
}

.facilities-area-five .facilities-title {
	max-width: 600px;
	margin-bottom: 30px;
	margin-top: -8px;
}

.facilities-area-five .facilities-title span {
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #ffffff;
	display: block;
	margin-bottom: 10px;
	
	
}


.ksenonas {
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #ffffff;
	display: block;
	margin-bottom: 10px;
	
	
}






.facilities-area-five .facilities-title h2 {
	font-size: 30px;
	color: #ffffff;
}

.facilities-area-five .single-facilities-wrap .single-facilities::before {
	opacity: 1;
}

/*
Exclusive Five Style 
======================================================*/
.exclusive-offers-area-five .single-exclusive-four {
	text-align: center;
	position: relative;
	transition: all 0.5s;
	margin-bottom: 30px;
}

.exclusive-offers-area-five .single-exclusive-four .exclusive-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: transparent;
}

.exclusive-offers-area-five .single-exclusive-four .exclusive-content .title {
	color: #ffffff;
}

.exclusive-offers-area-five .single-exclusive-four .exclusive-content h3 {
	color: #ffffff;
	margin-bottom: 15px;
}

.exclusive-offers-area-five .single-exclusive-four .exclusive-content .review {
	color: #ffffff;
}

.exclusive-offers-area-five .single-exclusive-four:hover {
	transform: translateY(-5px);
}

/*
Subscribe Five Style 
======================================================*/
.subscribe-area {
	background-color: #0072bc;
	overflow: hidden;
	border-radius: 100px 100px 0  0;
}

.subscribe-area h2 {
	color: #ffffff;
	font-size: 30px;
}

.subscribe-area .subscribe-wraps .subscribe-wrap {
	margin: auto;
}

.subscribe-area .subscribe-wraps .subscribe-wrap .newsletter-form {
	position: relative;
}

.subscribe-area .subscribe-wraps .subscribe-wrap .newsletter-form .input-tracking {
	height: 50px;
	width: 400px;
	border-radius: 50px;
	border: none;
	outline: none;
	padding: 20px;
	margin-right: 20px;
}

.subscribe-area .subscribe-wraps .subscribe-wrap .newsletter-form .input-tracking::placeholder {
	position: relative;
	top: 2px;
}

.subscribe-area .subscribe-wraps .subscribe-wrap .newsletter-form .default-btn.active.disabled {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #2c2d37;
	color: #0072bc;
}

/*====================================================
INNER PAGE STYLE
======================================================*/
/* 
Page Title Area Style
=====================================================*/
.page-title-area {
	background-image: url(../../assets/img/page-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	z-index: 1;
	padding-top: 200px;
	padding-bottom: 150px;
	overflow: hidden;
	text-align: center;
}

.page-title-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.3;
	z-index: -1;
}

.page-title-area .page-title-content h2 {
	margin-bottom: 30px;
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
}

.page-title-area .page-title-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 0;
}

.page-title-area .page-title-content ul li {
	display: inline-block;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	padding-right: 10px;
	padding-left: 10px;
	color: #0072bc;
}

.page-title-area .page-title-content ul li::before {
	content: "";
	position: absolute;
	top: 12px;
	right: -3px;
	background-color: #0072bc;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.page-title-area .page-title-content ul li:last-child::before {
	display: none;
}

.page-title-area .page-title-content ul li a {
	color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
	color: #0072bc;
}


















.page-title-area1 {
	background-image: url(../../assets/img/page-bg1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	z-index: 1;
	padding-top: 200px;
	padding-bottom: 150px;
	overflow: hidden;
	text-align: center;
}

.page-title-area1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.3;
	z-index: -1;
}

.page-title-area1 .page-title-content h2 {
	margin-bottom: 30px;
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
}

.page-title-area1 .page-title-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 0;
}

.page-title-area1 .page-title-content ul li {
	display: inline-block;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	padding-right: 10px;
	padding-left: 10px;
	color: #0072bc;
}

.page-title-area1 .page-title-content ul li::before {
	content: "";
	position: absolute;
	top: 12px;
	right: -3px;
	background-color: #0072bc;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.page-title-area1 .page-title-content ul li:last-child::before {
	display: none;
}

.page-title-area1 .page-title-content ul li a {
	color: #ffffff;
}

.page-title-area1 .page-title-content ul li a:hover {
	color: #0072bc;
}

























/*
Product Area Style
=====================================================*/
.product-area .woocommerce-topbar {
	margin-bottom: 40px;
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering {
	text-align: right;
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select {
	background-color: #ffffff;
	color: #0072bc;
	border-radius: 0;
	border: none;
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
	float: unset;
	height: unset;
	line-height: initial;
	padding: 17px 35px 13px 20px;
	font-size: 16px;
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list {
	background-color: #ffffff;
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
	border-radius: 0;
	margin-top: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option {
	-webkit-transition: .6s;
	transition: .6s;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option:hover {
	background-color: #0072bc !important;
	color: #ffffff;
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option.selected {
	background-color: transparent;
	font-weight: 700;
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select:after {
	right: 20px;
}

.product-area .single-product-box {
	text-align: center;
	margin-bottom: 30px;
	background-color: #ffffff;
	box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}

.product-area .single-product-box .product-image {
	overflow: hidden;
	position: relative;
	text-align: left;
}

.product-area .single-product-box .product-image a img {
	transition: .6s;
}

.product-area .single-product-box .product-image .add-to-cart-btn {
	position: absolute;
	bottom: -46px;
	left: 0;
	width: 100%;
	background-color: #757575;
	color: #ffffff;
	padding: 18px 20px 13px;
	text-transform: uppercase;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
}

.product-area .single-product-box .product-image .add-to-cart-btn i {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.product-area .single-product-box .product-image .add-to-cart-btn:hover {
	background-color: #0072bc;
	color: #ffffff;
}

.product-area .single-product-box .product-image .sale-btn {
	position: absolute;
	left: 20px;
	top: 20px;
	background-color: #0072bc;
	color: #ffffff;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}

.product-area .single-product-box .product-content {
	padding: 30px 25px;
}

.product-area .single-product-box .product-content h3 {
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 700;
}

.product-area .single-product-box .product-content h3 a {
	display: inline-block;
	color: #757575;
	text-decoration: none;
}

.product-area .single-product-box .product-content .price {
	color: #757575;
	font-weight: 600;
	font-size: 15px;
}

.product-area .single-product-box .product-content .price span {
	padding: 0 5px;
}

.product-area .single-product-box .product-content .price .old {
	text-decoration: line-through;
	color: #0072bc;
	font-size: 14px;
}

.product-area .single-product-box .product-content .rating {
	margin-top: 8px;
	color: #ffb708;
	font-size: 15px;
}

.product-area .single-product-box .product-content .rating i {
	margin-right: -1px;
}

.product-area .single-product-box:hover .product-image .add-to-cart-btn {
	bottom: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: .6s;
	transition: .6s;
	text-decoration: none;
}

/* 
Checkout Area Style 
=====================================================*/
.checkout-area .user-actions {
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	background: #ffffff;
	padding: 18px 20px 15px;
	margin-bottom: 65px;
	border-top: 3px solid #0072bc;
	position: relative;
	color: #0072bc;
}

.checkout-area .user-actions::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: -35px;
	width: 100%;
	height: 1px;
	background: #eeeeee;
}

.checkout-area .user-actions i {
	color: #0072bc;
	margin-right: 2px;
	font-size: 20px;
	position: relative;
	top: 4px;
}

.checkout-area .user-actions span {
	display: inline-block;
	font-weight: 500;
	color: #757575;
}

.checkout-area .user-actions span a {
	display: inline-block;
	color: #0072bc;
	font-size: 15px;
}

.checkout-area .user-actions span a:hover {
	color: #0072bc;
}

.checkout-area .user-actions span a:focus {
	color: #0072bc;
}

.checkout-area .checkout-area .title {
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 700;
}

.checkout-area .billing-details {
	background-color: #ffffff;
	padding: 30px;
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.checkout-area .billing-details .form-group {
	margin-bottom: 20px;
}

.checkout-area .billing-details .form-group label {
	display: block;
	color: #757575;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 500;
}

.checkout-area .billing-details .form-group label .required {
	color: red;
}

.checkout-area .billing-details .form-group .nice-select {
	float: unset;
	line-height: 45px;
	color: #757575;
	padding-top: 0;
	padding-bottom: 0;
}

.checkout-area .billing-details .form-group .nice-select .list {
	background-color: #ffffff;
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
	border-radius: 0;
	margin-top: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.checkout-area .billing-details .form-group .nice-select .list .option {
	transition: 0.5s;
	padding-left: 20px;
	padding-right: 20px;
}

.checkout-area .billing-details .form-group .nice-select .list .option:hover {
	background-color: #0072bc !important;
	color: #ffffff;
}

.checkout-area .billing-details .form-group .nice-select .list .option.selected {
	background-color: transparent;
}

.checkout-area .billing-details .form-group .nice-select:after {
	right: 20px;
}

.checkout-area .billing-details .form-group .nice-select .option:hover, .checkout-area .billing-details .form-group .nice-select .option.focus, .checkout-area .billing-details .form-group .nice-select .option.selected.focus {
	background-color: #0072bc !important;
	color: #ffffff !important;
}

.checkout-area .billing-details .form-group textarea {
	padding-top: 13px;
}

.checkout-area .billing-details .form-check {
	margin-bottom: 20px;
}

.checkout-area .billing-details .form-check .form-check-label {
	color: #757575;
}

.checkout-area .billing-details .form-check label {
	position: relative;
	top: 1px;
	font-size: 14px;
	font-weight: 500;
}

.checkout-area .billing-details .col-lg-12:last-child .form-group {
	margin-bottom: 0;
}

.checkout-area .order-details .order-table {
	background-color: #ffffff;
	padding: 30px;
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.checkout-area .order-details .order-table table {
	margin-bottom: 0;
}

.checkout-area .order-details .order-table table thead tr th {
	border-bottom-width: 0;
	vertical-align: middle;
	border-color: #eaedff;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	font-weight: 700;
}

.checkout-area .order-details .order-table table tbody tr td {
	vertical-align: middle;
	color: #757575;
	border-color: #eaedff;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}

.checkout-area .order-details .order-table table tbody tr td.product-name a {
	color: #757575;
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
}

.checkout-area .order-details .order-table table tbody tr td.product-name a:hover {
	color: #757575;
}

.checkout-area .order-details .order-table table tbody tr td.order-subtotal span {
	color: #757575;
	font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.order-shipping span {
	color: #757575;
	font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.total-price span {
	color: #757575;
	font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.shipping-price {
	font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.order-subtotal-price {
	font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.product-subtotal {
	font-weight: 600;
}

.checkout-area .order-details .payment-box {
	background-color: #ffffff;
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	margin-top: 30px;
	padding: 30px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked {
	display: none;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label {
	padding-left: 27px;
	cursor: pointer;
	display: block;
	font-weight: 600;
	color: #0072bc;
	position: relative;
	margin-bottom: 8px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	border: 1px solid #dddddd;
	border-radius: 50%;
	background: #ffffff;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
	content: '';
	width: 12px;
	height: 12px;
	background: #0072bc;
	position: absolute;
	top: 6px;
	left: 3px;
	border-radius: 50%;
	transition: 0.5s;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
	display: none;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
	padding-left: 27px;
	cursor: pointer;
	display: block;
	font-weight: 600;
	color: #757575;
	position: relative;
	margin-bottom: 8px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	border: 1px solid #dddddd;
	border-radius: 50%;
	background: #ffffff;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
	content: '';
	width: 12px;
	height: 12px;
	background: #0072bc;
	position: absolute;
	top: 6px;
	left: 3px;
	border-radius: 50%;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
}

.checkout-area .order-details .payment-box .btn.order-btn {
	display: block;
	margin-top: 25px;
}

.checkout-area .order-details .payment-box .default-btn {
	margin-top: 20px;
	display: block;
	text-align: center;
}

/* 
Cart Area Style
=====================================================*/
.cart-area .cart-table table {
	margin-bottom: 0;
}

.cart-area .cart-table table thead tr th {
	border-bottom-width: 0px;
	vertical-align: middle;
	padding: 0 0 15px;
	text-transform: uppercase;
	border: none;
	font-weight: 700;
	font-size: 16px;
}

.cart-area .cart-table table tbody tr td {
	vertical-align: middle;
	color: #666666;
	padding-left: 0;
	padding-right: 0;
	font-size: 14px;
	border-color: #eaedff;
	border-left: none;
	border-right: none;
}

.cart-area .cart-table table tbody tr td.product-thumbnail img {
	width: 60px;
	height: 60px;
}

.cart-area .cart-table table tbody tr td.product-thumbnail a {
	display: block;
}

.cart-area .cart-table table tbody tr td.product-name a {
	color: #666666;
	font-weight: 600;
	display: inline-block;
}

.cart-area .cart-table table tbody tr td.product-name a:hover {
	color: #757575;
}

.cart-area .cart-table table tbody tr td.product-price span {
	font-weight: 500;
}

.cart-area .cart-table table tbody tr td.product-subtotal {
	overflow: hidden;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove {
	color: #666666;
	float: right;
	position: relative;
	top: 1px;
	transition: all 0.5s;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove i {
	font-size: 22px;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove:hover {
	color: red;
}

.cart-area .cart-table table tbody tr td.product-subtotal span {
	font-weight: 500;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter {
	max-width: 130px;
	min-width: 130px;
	text-align: center;
	display: inline-block;
	position: relative;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span {
	position: absolute;
	top: 0;
	background-color: transparent;
	cursor: pointer;
	color: #757575;
	width: 40px;
	height: 100%;
	line-height: 48px;
	transition: 0.5s;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
	color: #0072bc;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
	left: 0;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
	right: 0;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
	height: 45px;
	color: #757575;
	outline: 0;
	display: block;
	border: none;
	background-color: #f8f8f8;
	text-align: center;
	width: 100%;
	font-size: 17px;
	font-weight: 600;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
	color: #757575;
}

.cart-area .cart-buttons {
	margin-top: 30px;
}

.cart-area .cart-totals {
	background: #ffffff;
	padding: 40px;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	border-radius: 0;
	margin: auto;
	margin-top: 50px;
}

.cart-area .cart-totals h3 {
	margin-bottom: 25px;
	font-weight: 700;
}

.cart-area .cart-totals ul {
	padding: 0;
	margin: 0 0 25px;
	list-style-type: none;
}

.cart-area .cart-totals ul li {
	border: 1px solid #eaedff;
	padding: 10px 15px;
	color: #323232;
	overflow: hidden;
	font-weight: 700;
}

.cart-area .cart-totals ul li:first-child {
	border-bottom: none;
}

.cart-area .cart-totals ul li:last-child {
	border-top: none;
}

.cart-area .cart-totals ul li span {
	float: right;
	color: #666666;
	font-weight: normal;
}

.cart-area .cart-area .nice-select {
	height: 50px;
	line-height: 49px;
	border-radius: 0;
	width: 100%;
	margin-bottom: 18px;
}

.cart-area .cart-wraps {
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	background-color: #fff;
	padding: 40px;
}

.cart-area .coupon-wrap {
	margin-top: 50px;
	background-color: #ffffff;
	padding: 40px;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.cart-area .coupon-wrap .nice-select .list {
	width: 100%;
}

.cart-area .coupon-wrap .nice-select .option {
	color: #757575 !important;
}

.cart-area .coupon-wrap .nice-select .option:hover {
	color: #ffffff !important;
	background-color: #1089d4 !important;
}

.cart-area .coupon-wrap select .option.focus, .cart-area .coupon-wrap .nice-select .option.selected.focus {
	background-color: #1089d4 !important;
	color: #ffffff !important;
}

.cart-area .coupon-wrap h3 {
	padding-bottom: 25px;
}

.cart-area .coupon-wrap .form-group {
	margin-bottom: 18px;
}

.cart-area .coupon-wrap .nice-select {
	height: 50px;
	width: 100%;
	margin-bottom: 19px;
	border-radius: 0;
}

.cart-area .coupon-wrap .nice-select .current {
	position: relative;
	top: 4px;
}

/*
Product Details Style
================================*/
.product-details-area .product-details-desc h3 {
	margin-bottom: 12px;
	font-weight: 700;
}

.product-details-area .product-details-desc p {
	margin-bottom: 0;
}

.product-details-area .product-details-desc .price {
	margin-bottom: 10px;
	color: #333333;
	font-weight: 700;
}

.product-details-area .product-details-desc .price span {
	padding: 0 5px;
}

.product-details-area .product-details-desc .price .old-price {
	text-decoration: line-through;
	color: #828893;
	font-size: 13px;
}

.product-details-area .product-details-desc .product-review {
	margin-bottom: 15px;
}

.product-details-area .product-details-desc .product-review .rating {
	display: inline-block;
	padding-right: 5px;
	font-size: 14px;
}

.product-details-area .product-details-desc .product-review .rating i {
	color: #ffba0a;
}

.product-details-area .product-details-desc .product-review .rating-count {
	display: inline-block;
	color: #333333;
	border-bottom: 1px solid #333333;
	line-height: initial;
}

.product-details-area .product-details-desc .product-review .rating-count:hover {
	color: #0072bc;
	border-color: #0072bc;
}

.product-details-area .product-details-desc .product-add-to-cart {
	margin-top: 20px;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter {
	max-width: 130px;
	min-width: 130px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	position: relative;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span {
	position: absolute;
	top: 0;
	background-color: transparent;
	cursor: pointer;
	color: #d0d0d0;
	width: 40px;
	height: 100%;
	line-height: 48px;
	transition: 0.5s;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span:hover {
	color: #757575;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
	left: 0;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
	right: 0;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input {
	height: 45px;
	color: #333333;
	outline: 0;
	display: block;
	border: none;
	background-color: #f8f8f8;
	text-align: center;
	width: 100%;
	font-size: 17px;
	font-weight: 600;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::placeholder {
	color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .default-btn {
	border: none;
	cursor: pointer;
	float: right;
}

.product-details-area .product-details-desc .product-add-to-cart .btn {
	height: 45px;
	top: -2px;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

.product-details-area .product-details-desc .product-add-to-cart .btn i {
	margin-right: 2px;
}

.product-details-area .product-details-desc .buy-checkbox-btn {
	margin-top: 20px;
}

.product-details-area .product-details-desc .buy-checkbox-btn input {
	display: none;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx {
	margin: auto;
	user-select: none;
	cursor: pointer;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span {
	display: inline-block;
	vertical-align: middle;
	transform: translate3d(0, 0, 0);
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child {
	position: relative;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	transform: scale(1);
	vertical-align: middle;
	border: 1px solid #ebebeb;
	transition: all 0.2s ease;
	transition: 0.5s;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
	position: absolute;
	top: 3px;
	left: 2px;
	fill: none;
	stroke: #ffffff;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 16px;
	stroke-dashoffset: 16px;
	transition: all 0.3s ease;
	transition-delay: 0.1s;
	transform: translate3d(0, 0, 0);
	transition: 0.5s;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #333333;
	display: block;
	transform: scale(0);
	opacity: 1;
	border-radius: 50%;
	transition: 0.5s;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:last-child {
	padding-left: 4px;
	color: #57647c;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
	border-color: #333333;
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
	background: #333333;
	border-color: #333333;
	animation: wave 0.4s ease;
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
	stroke-dashoffset: 0;
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
	transform: scale(3.5);
	opacity: 0;
	transition: all 0.6s ease;
}

.product-details-area .product-details-desc .buy-checkbox-btn .item:not(:first-child) {
	margin-top: 15px;
}

.product-details-area .product-details-desc .buy-checkbox-btn .btn {
	display: block;
	width: 100%;
}

.product-details-area .product-details-desc .buy-checkbox-btn .default-btn {
	text-transform: uppercase;
	display: block;
	text-align: center;
}

.product-details-area .product-details-desc .custom-payment-options {
	margin-top: 20px;
}

.product-details-area .product-details-desc .custom-payment-options span {
	display: block;
	color: #57647c;
	margin-bottom: 15px;
}

.product-details-area .product-details-desc .custom-payment-options .payment-methods a {
	display: inline-block;
}

.product-details-area .product-details-desc .custom-payment-options .payment-methods a img {
	width: 40px;
	margin-right: 5px;
}

.product-details-area .product-details-image {
	text-align: center;
	background-color: #f7f7f7;
}

.product-details-area .tab .tabs_item {
	display: none;
}

.product-details-area .tab .tabs_item:first-child {
	display: block;
}

.product-details-area .products-details-tab {
	margin-top: 50px;
}

.product-details-area .products-details-tab .tabs {
	list-style-type: none;
	margin-bottom: -1px;
	padding-left: 0;
}

.product-details-area .products-details-tab .tabs li {
	display: inline-block;
	line-height: initial;
	margin-right: 5px;
}

.product-details-area .products-details-tab .tabs li a {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	color: #333333;
	border: 1px solid #eeeeee;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 30px;
	padding-left: 48px;
	font-weight: 700;
}

.product-details-area .products-details-tab .tabs li a .dot {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
	width: 12px;
	height: 12px;
	border: 1px solid #333333;
	transition: 0.5s;
	border-radius: 50%;
}

.product-details-area .products-details-tab .tabs li a .dot::before {
	position: absolute;
	top: 0;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	background: #333333;
	margin: 2px;
	border-radius: 50%;
	transition: 0.5s;
}

.product-details-area .products-details-tab .tabs li a:hover {
	color: #ffffff;
	background-color: #0072bc;
	border-color: #0072bc;
}

.product-details-area .products-details-tab .tabs li a:hover .dot {
	border-color: #ffffff;
}

.product-details-area .products-details-tab .tabs li a:hover .dot::before {
	background: #ffffff;
}

.product-details-area .products-details-tab .tabs li a:focus {
	color: #ffffff;
	background-color: #0072bc;
	border-color: #0072bc;
}

.product-details-area .products-details-tab .tabs li a:focus .dot {
	border-color: #ffffff;
}

.product-details-area .products-details-tab .tabs li a:focus .dot::before {
	background: #ffffff;
}

.product-details-area .products-details-tab .tabs li:last-child {
	margin-right: 0;
}

.product-details-area .products-details-tab .tabs li.current a {
	color: #ffffff;
	background-color: #0072bc;
	border-color: #0072bc;
}

.product-details-area .products-details-tab .tabs li.current a .dot {
	border: 1px solid #ffffff;
}

.product-details-area .products-details-tab .tabs li.current a .dot::before {
	background: #ffffff;
}

.product-details-area .products-details-tab .tab_content {
	border: 1px solid #eeeeee;
	padding: 30px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
	margin-bottom: 20px;
	font-size: 14px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
	margin-bottom: 0;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
	border: 1px solid #eeeeee;
	border-bottom: none;
	padding: 10px 15px;
	color: #57647c;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
	border-bottom: 1px solid #eeeeee;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
	display: inline-block;
	width: 30%;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
	margin-bottom: 15px;
	font-weight: 700;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
	position: relative;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
	display: inline-block;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
	color: #ffba0a;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
	color: #ffba0a;
	font-size: 14px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
	margin-bottom: 0;
	display: inline-block;
	padding-left: 5px;
	line-height: initial;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
	position: absolute;
	right: 0;
	bottom: 10px;
	padding: 10px 11px;
	font-size: 11px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
	border: none !important;
	box-shadow: none !important;
	border: 4px;
	background-color: #757575;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
	margin-top: 35px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
	margin-top: 30px;
	position: relative;
	padding-right: 200px;
	border-top: 1px dashed #eeeeee;
	padding-top: 30px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
	color: #ffba0a;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
	font-size: 14px;
	color: #ffba0a;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
	margin-bottom: 10px;
	font-size: 13px;
	display: block;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
	font-weight: 600;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
	margin-bottom: 0;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
	position: absolute;
	right: 0;
	color: #57647c;
	top: 40px;
	text-decoration: underline;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
	color: #ff4800;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
	margin-top: 30px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
	margin-bottom: 20px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
	color: #444444;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
	padding-top: 15px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
	font-size: 14px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn:focus {
	box-shadow: none;
	border: none;
	border-radius: 0;
}

/*
Team Expert Area Two Style
======================================================*/
.expert-team-area .single-team {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.expert-team-area .single-team:before {
	content: "";
	position: absolute;
	left: 170%;
	z-index: 1;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
	transform: skewX(45deg);
	transition: .8s;
}

.expert-team-area .single-team img {
	width: 100%;
	height: 100%;
	filter: grayscale(100%);
	transition: 1s;
}

.expert-team-area .single-team .team-content {
	position: absolute;
	background: #757575;
	width: 100%;
	bottom: 0;
	transition: all 0.5s;
	transform: perspective(300px) rotateX(90deg);
	transform-origin: bottom;
	text-align: center;
	padding: 10px;
}

.expert-team-area .single-team .team-content h3 {
	margin: 0;
	color: #ffffff;
}

.expert-team-area .single-team .team-content span {
	color: #ffffff;
	font-size: 13px;
}

.expert-team-area .single-team ul {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.expert-team-area .single-team ul li {
	background: #757575;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-bottom: 1px solid #19345a;
	transform: perspective(1000px) rotateY(90deg);
	transition: all 0.5s;
	transform-origin: left;
}

.expert-team-area .single-team ul li:hover {
	background-color: #0072bc;
}

.expert-team-area .single-team ul li a {
	color: #ffffff;
}

.expert-team-area .single-team ul li:nth-child(1) {
	transition-delay: .2s;
}

.expert-team-area .single-team ul li:nth-child(2) {
	transition-delay: .4s;
}

.expert-team-area .single-team ul li:nth-child(3) {
	transition-delay: .6s;
}

.expert-team-area .single-team ul li:nth-child(4) {
	transition-delay: .8s;
}

.expert-team-area .single-team:hover:before {
	left: -170%;
	transition-delay: .8s;
}

.expert-team-area .single-team:hover img {
	filter: grayscale(0);
	transform: scale(1.2);
}

.expert-team-area .single-team:hover .team-content {
	transform: perspective(300px) rotateX(0deg);
}

.expert-team-area .single-team:hover ul li {
	transform: rotateX(0deg);
}

/*
Pricing Area Style
======================================================*/
.pricing-area .single-pricing {
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 30px;
	transition: all 0.5s;
}

.pricing-area .single-pricing .pricing-top-heading {
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.pricing-area .single-pricing .pricing-top-heading h3 {
	font-size: 25px;
}

.pricing-area .single-pricing .pricing-top-heading p {
	font-weight: 600;
	font-size: 14px;
}

.pricing-area .single-pricing span {
	font-size: 30px;
	font-family: "Poppins", sans-serif;
	color: #757575;
	font-weight: 700;
	display: block;
	line-height: 1;
	margin: 0 auto 20px;
	background-color: #ffffff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 50%;
}

.pricing-area .single-pricing span sub {
	font-size: 14px;
	color: #757575;
}

.pricing-area .single-pricing ul {
	text-align: left;
	max-width: 210px;
	margin: 0 auto 25px;
}

.pricing-area .single-pricing ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 25px;
	font-weight: 600;
}

.pricing-area .single-pricing ul li:last-child {
	margin-bottom: 0;
}

.pricing-area .single-pricing ul li i {
	font-size: 12px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #f5e8d1;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 2px;
	left: 0;
	color: #0072bc;
}

.pricing-area .single-pricing .default-btn {
	padding: 15px 35px;
}

.pricing-area .single-pricing:hover {
	transform: translateY(-5px);
}

.pricing-area .popular {
	position: absolute;
	top: -17px;
	left: -47px;
	z-index: 1;
	background-color: #ff0000;
	color: #fff;
	padding: 35px 40px 10px 35px;
	transform: rotate(315deg);
}

.pricing-area .tab.quote-list-tab {
	text-align: center;
}

.pricing-area .tab.quote-list-tab .tabs {
	border-radius: 10px;
	display: inline-block;
	border: 1px solid #0072bc;
	margin-bottom: 30px;
}

.pricing-area .tab.quote-list-tab .tabs li {
	display: inline-block;
	padding: 0 10px;
	font-family: "Poppins", sans-serif;
	color: #757575;
	font-size: 20px;
	font-weight: 700;
}

.pricing-area .tab.quote-list-tab .tabs li a {
	color: #0072bc;
	padding: 10px 20px;
}

.pricing-area .tab.quote-list-tab .tabs .current {
	background-color: #0072bc;
	border-radius: 10px;
}

.pricing-area .tab.quote-list-tab .tabs .current a {
	color: #ffffff;
}

/*
FAQ CSS
======================================================*/
.faq-accordion .accordion {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
	border-radius: 5px;
	display: block;
	box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
	background: #ffffff;
	margin-bottom: 15px;
}

.faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
	padding: 20px 60px 17px 25px;
	color: #757575;
	text-decoration: none;
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 600;
}

.faq-accordion .accordion .accordion-title i {
	position: absolute;
	right: 25px;
	top: 23px;
	font-size: 25px;
	transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active i {
	transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
	display: none;
	position: relative;
	margin-top: -5px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.faq-accordion .accordion .accordion-content p {
	line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
	display: block;
}

.faq-img {
	background-image: url(../../assets/img/faq-img.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

/*
Ask Question Area Style
=====================================================*/
.ask-question {
	background-color: #ffffff;
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	padding: 50px;
	position: relative;
}

.ask-question .section-title {
	margin: -9px auto 40px;
}

.ask-question h3 {
	margin-bottom: 20px;
}

.ask-question .form-group {
	margin-bottom: 30px;
}

.ask-question .form-group .form-control {
	border-radius: 4px;
}

.ask-question .default-btn {
	margin: auto;
	display: table;
}

.list-unstyled {
	color: #dc3545 !important;
	margin-top: 10px;
}

#msgSubmit {
	margin-top: 20px;
	margin-bottom: 0;
}

.hidden {
	display: none;
}

.text-danger {
	color: #dc3545 !important;
}

.text-success {
	color: #28a745 !important;
}

.inner-client-page .single-client {
	margin-bottom: 193px;
}

/*
Sign In & Log In  Area Style
=====================================================*/
.user-area-all-style {
	position: relative;
	z-index: 1;
}

.user-area-all-style .contact-form-action {
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
	padding: 40px;
	max-width: 570px;
	margin: auto;
}

.user-area-all-style .contact-form-action .form-heading {
	margin-bottom: 33px;
}

.user-area-all-style .contact-form-action .form-heading .form-title {
	font-size: 35px;
	color: #233d63;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.user-area-all-style .contact-form-action .form-heading .form-desc {
	font-size: 18px;
	color: #677286;
	font-weight: 500;
}

.user-area-all-style .contact-form-action .form-heading .reset-desc {
	line-height: 30px;
	margin-top: 15px;
}

.user-area-all-style .contact-form-action .form-heading .reset-desc a {
	color: #0072bc;
}

.user-area-all-style .contact-form-action .form-heading .reset-desc {
	font-size: 16px;
}

.user-area-all-style .contact-form-action .form-heading .reset-desc a {
	font-weight: 600;
}

.user-area-all-style .contact-form-action form .submit-btn {
	margin-top: 24px;
}

.user-area-all-style .contact-form-action form .default-btn {
	font-size: 14px;
	padding: 12px 20px;
	margin-bottom: 30px;
}

.user-area-all-style .contact-form-action form .default-btn.btn-two {
	display: table;
	margin: 0px auto 0;
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(1) .default-btn {
	background-color: #FF5733;
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(2) .default-btn {
	background-color: #3955bc;
	display: table;
	margin: auto;
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(3) .default-btn {
	background-color: #0072bc;
	float: right;
}

.user-area-all-style .contact-form-action form .reset-btn {
	margin-top: 0;
}

.user-area-all-style .contact-form-action form .form-condition {
	margin-bottom: 20px;
}

.user-area-all-style .contact-form-action form .form-condition .agree-label {
	font-weight: 600;
}

.user-area-all-style .contact-form-action form .form-condition .agree-label a {
	color: #0072bc;
}

.user-area-all-style .contact-form-action form .form-group {
	margin-bottom: 30px;
}

.user-area-all-style .contact-form-action .account-desc {
	margin: 25px auto 0;
	display: table;
	font-weight: 600;
}

.user-area-all-style .contact-form-action .account-desc a {
	color: #0072bc;
	margin-left: 10px;
	font-weight: 600;
}

.user-area-all-style .contact-form-action #chb1 {
	position: relative;
	top: 1px;
}

.user-area-all-style .contact-form-action #chb2 {
	position: relative;
	top: 1px;
}

.user-area-all-style .contact-form-action .forget {
	float: right;
	color: #0072bc;
	font-weight: 600;
}

.user-area-all-style .contact-form-action .now-register {
	font-weight: 600;
	float: right;
	margin-bottom: 30px;
}

.user-area-all-style .contact-form-action .now-register a {
	color: #0072bc;
}

.user-area-all-style .contact-form-action .now-log-in {
	color: #0072bc;
	font-weight: 600;
}

.user-area-all-style .contact-form-action .now-log-in .font-q {
	font-weight: 600;
}

/*
Book Table Area Style
=====================================================*/
.book-table-area-three {
	background-image: url(../../assets/img/table-bg-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100%;
	position: relative;
}

.book-table-area-three::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
}

.book-table-area-three .contact-info-wrap {
	padding-top: 100px;
	padding-bottom: 100px;
}

.book-table-area-three .contact-info-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.9;
}

.book-table-area-three .contact-info-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 1px solid #4b4e49;
	opacity: 0.9;
}

.book-table-area-three .books-froms {
	background-color: #1e1f25 !important;
	position: relative;
	z-index: 1;
}

.book-table-area-three .books-froms h3 {
	color: #ffffff;
}

.book-table-area-three .books-froms .form-group .nice-select {
	color: #ffffff;
}

.book-table-area-three .books-froms .form-group .form-control {
	color: #ffffff;
	background-color: transparent;
}

.book-table-area-three .books-froms .form-group .form-control::placeholder {
	color: #ffffff !important;
}

.book-table-area-three .books-froms .select-box i {
	color: #ffffff;
}

.book-table-area-three .books-froms .nice-select .list {
	background-color: #1b1b1b;
}

.book-table-area-three .books-froms .nice-select .option:hover {
	background-color: #0072bc;
}

.book-table-area-three .books-froms .nice-select .option.focus {
	background-color: #0072bc;
}

.book-table-area-three .books-froms .nice-select .option.selected.focus {
	background-color: #ffffff;
}

.book-table-area-three .books-froms:before {
	background-color: #1f2026;
}

.book-table-area-three .contact-info {
	max-width: 500px;
	margin-right: auto;
	margin-left: 65px;
	position: relative;
	z-index: 1;
}

.book-table-area-three .contact-info h3 {
	font-size: 25px !important;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: -5px;
}

.book-table-area-three .contact-info p {
	color: #ffffff;
	margin-bottom: 40px;
}

.book-table-area-three .contact-info ul {
	border-bottom: 1px solid #4b4e49;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.book-table-area-three .contact-info ul li {
	margin-bottom: 10px;
}

.book-table-area-three .contact-info ul li a {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	position: relative;
	padding-left: 30px;
}

.book-table-area-three .contact-info ul li a i {
	position: absolute;
	top: 5px;
	left: 0;
}

.book-table-area-three .contact-info ul li a i.icon-algin {
	position: absolute;
	top: 7px;
}

.book-table-area-three .contact-info ul li a:hover {
	color: #0072bc;
}

.book-table-area-three .contact-info ul li:last-child {
	margin-bottom: 0;
}

.book-table-area-three .contact-info span {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	position: relative;
	padding-left: 30px;
	transition: all 0.5s;
	display: inline-block;
}

.book-table-area-three .contact-info span i {
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 19px;
}

.book-table-area-three .contact-info span:hover {
	color: #0072bc;
}

.book-from {
	background-color: #ffffff;
	padding: 50px;
	position: relative;
}

.book-from h3 {
	font-family: "Poppins", sans-serif;
	font-size: 27px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
	line-height: 1;
}

.book-from .form-group {
	margin-bottom: 30px;
}

.book-from .form-group .nice-select {
	float: unset;
	line-height: 50px;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 500;
	font-size: 13px;
	color: #848484;
}

.book-from .form-group .nice-select:after {
	height: 10px;
	right: 20px;
	width: 10px;
	top: 46%;
}

.book-from .form-group .nice-select .list {
	width: 100%;
	border-radius: 0;
	margin: 0;
	height: 250px;
	overflow-y: scroll;
}

.book-from .form-group .form-control {
	padding: 0 50px;
	width: 100%;
}

.book-from .form-group .form-control::placeholder {
	font-weight: 500;
	font-size: 13px;
	color: #848484;
}

.book-from .select-box {
	position: relative;
}

.book-from .select-box i {
	position: absolute;
	top: 15px;
	left: 20px;
	color: #848484;
	font-size: 20px;
	font-weight: 500;
}

.book-from .default-btn {
	display: block;
	width: 100%;
	text-transform: uppercase;
	cursor: pointer;
}

.book-from .date:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 50%;
	transform-origin: 66% 66%;
	transform: rotate(45deg);
	transition: all 0.15s ease-in-out;
}

/* 
Coming Soon Area Style
=====================================================*/
.coming-soon-area {
	position: relative;
	height: 100vh;
	z-index: 1;
	background-image: url(../../assets/img/coming-soon-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.coming-soon-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 800px;
	height: 100%;
	animation: border-transform 7s linear infinite alternate forwards;
	background-image: url(../../assets/img/coming-soon-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
}

.coming-soon-area .coming-soon-content {
	text-align: center;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}

.coming-soon-area .coming-soon-content h1 {
	margin-bottom: 0;
	color: #ffffff;
	font-size: 60px;
	margin-top: -18px;
}

.coming-soon-area .coming-soon-content p {
	color: #f3f3f3;
	font-size: 14.5px;
	max-width: 600px;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.coming-soon-area .coming-soon-content #timer {
	margin-top: 30px;
}

.coming-soon-area .coming-soon-content #timer div {
	display: inline-block;
	color: #ffffff;
	position: relative;
	margin-left: 35px;
	margin-right: 35px;
	font-size: 45px;
	font-weight: 700;
}

.coming-soon-area .coming-soon-content #timer div span {
	display: block;
	text-transform: capitalize;
	margin-top: -15px;
	font-size: 16px;
	font-weight: normal;
}

.coming-soon-area .coming-soon-content #timer div:last-child {
	margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
	display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
	margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
	content: "";
	position: absolute;
	right: -50px;
	top: -10px;
	font-size: 70px;
	color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
	position: relative;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
	display: block;
	width: 100%;
	height: 60px;
	border: none;
	background-color: rgba(255, 255, 255, 0.3);
	padding-left: 15px;
	color: #ffffff;
	outline: 0;
	transition: 0.5s;
	border-radius: 50px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::placeholder {
	color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
	border-color: #0072bc;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	padding: 0 30px;
	text-transform: uppercase;
	outline: 0;
	color: #ffffff;
	transition: 0.5s;
	font-weight: 500;
	font-size: 15px;
	cursor: pointer;
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
	border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
	border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
	color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form #validator-newsletter {
	color: #ffffff;
	font-size: 14px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	margin: 0 auto;
}

@keyframes border-transform {
	0%, 100% {
		border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
	}

	14% {
		border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
	}

	28% {
		border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
	}

	42% {
		border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
	}

	56% {
		border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
	}

	70% {
		border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
	}

	84% {
		border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
	}
}

/*
404 Error Area Style
=====================================================*/
.error-area {
	padding: 50px 0;
	height: 100vh;
	text-align: center;
	position: relative;
	z-index: 1;
	background-color: #ffffff;
}

.error-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: -1;
}

.error-area .error-content-wrap {
	z-index: 1;
	position: relative;
}

.error-area .error-content-wrap h1 {
	font-size: 300px;
	line-height: 1;
}

.error-area .error-content-wrap h1 span {
	background-image: linear-gradient(to bottom right, #ff416c, #fa4612);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.error-area .error-content-wrap h3 {
	margin: 30px 0 0;
	position: relative;
	color: #ff0000;
}

.error-area .error-content-wrap p {
	margin: 20px 0 20px;
	font-size: 19px;
}

/*
News Details Area Style
=====================================================*/
.news-details-area {
  /*
	Sidebar Widget Area Style
	================================*/;
}

.news-details-area .news-details-desc .article-image {
	position: relative;
	background-color: #757575;
}

.news-details-area .news-details-desc .article-content {
	margin-top: 30px;
}

.news-details-area .news-details-desc .article-content .entry-meta {
	margin-bottom: -10px;
}

.news-details-area .news-details-desc .article-content .entry-meta ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.news-details-area .news-details-desc .article-content .entry-meta ul li {
	position: relative;
	display: inline-block;
	color: #0072bc;
	margin-right: 21px;
	font-size: 14px;
}

.news-details-area .news-details-desc .article-content .entry-meta ul li span {
	display: inline-block;
	color: #0072bc;
	font-weight: 500;
}

.news-details-area .news-details-desc .article-content .entry-meta ul li a {
	display: inline-block;
	color: #666666;
	font-size: 13px;
}

.news-details-area .news-details-desc .article-content .entry-meta ul li a:hover {
	color: #0072bc;
}

.news-details-area .news-details-desc .article-content .entry-meta ul li i {
	color: #0072bc;
	margin-right: 2px;
}

.news-details-area .news-details-desc .article-content .entry-meta ul li::before {
	content: '';
	position: absolute;
	top: 11px;
	right: -15px;
	width: 6px;
	height: 1px;
	background: #0072bc;
}

.news-details-area .news-details-desc .article-content .entry-meta ul li:last-child {
	margin-right: 0;
}

.news-details-area .news-details-desc .article-content .entry-meta ul li:last-child::before {
	display: none;
}

.news-details-area .news-details-desc .article-content h3 {
	margin-bottom: 13px;
	margin-top: 25px;
	font-size: 25px;
}

.news-details-area .news-details-desc .article-content .wp-block-gallery.columns-3 {
	padding-left: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.news-details-area .news-details-desc .article-content .wp-block-gallery.columns-3 li {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	padding-right: 10px;
	padding-left: 10px;
}

.news-details-area .news-details-desc .article-content .wp-block-gallery.columns-3 li figure {
	margin-bottom: 0;
}

.news-details-area .news-details-desc .article-footer {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.news-details-area .news-details-desc .article-footer .article-tags {
	flex: 0 0 50%;
	max-width: 50%;
}

.news-details-area .news-details-desc .article-footer .article-tags span {
	display: inline-block;
	color: #0072bc;
	font-size: 20px;
	margin-right: 5px;
	position: relative;
	top: 4px;
}

.news-details-area .news-details-desc .article-footer .article-tags a {
	display: inline-block;
	color: #666666;
	font-weight: 600;
}

.news-details-area .news-details-desc .article-footer .article-tags a:hover {
	color: #0072bc;
}

.news-details-area .news-details-desc .article-footer .article-share {
	flex: 0 0 50%;
	max-width: 50%;
}

.news-details-area .news-details-desc .article-footer .article-share .social {
	padding-left: 0;
	list-style-type: none;
	text-align: right;
	margin-bottom: 0;
}

.news-details-area .news-details-desc .article-footer .article-share .social li {
	display: inline-block;
}

.news-details-area .news-details-desc .article-footer .article-share .social li span {
	display: inline-block;
	margin-right: 2px;
	font-weight: 500;
	color: #666666;
}

.news-details-area .news-details-desc .article-footer .article-share .social li a {
	display: block;
	color: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 33px;
	border-radius: 50%;
	background-color: #0072bc;
	text-align: center;
	font-size: 14px;
}

.news-details-area .news-details-desc .article-footer .article-share .social li a:hover {
	animation: rubberBand 1s linear;
}

.news-details-area .news-details-desc .post-navigation {
	margin-top: 30px;
}

.news-details-area blockquote {
	overflow: hidden;
	background-color: #f7f7f7;
	padding: 50px !important;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	margin-top: 20px;
}

.news-details-area blockquote p {
	color: #757575;
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 600;
	font-size: 17px !important;
}

.news-details-area blockquote cite {
	display: none;
}

.news-details-area blockquote::before {
	color: #0072bc;
	content: "\ed67";
	position: absolute;
	left: 50px;
	top: -50px;
	z-index: -1;
	font-family: 'boxicons';
	font-size: 140px;
	font-weight: 900;
	opacity: 0.5;
}

.news-details-area blockquote::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #0072bc;
	margin-top: 20px;
	margin-bottom: 20px;
}

.news-details-area .post-navigation {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding-top: 20px;
	padding-bottom: 20px;
}

.news-details-area .post-navigation .navigation-links {
	display: flex;
	flex-wrap: wrap;
}

.news-details-area .post-navigation .navigation-links .nav-previous {
	flex: 0 0 50%;
	max-width: 50%;
}

.news-details-area .post-navigation .navigation-links .nav-previous a i {
	margin-right: 0;
	font-size: 20px;
	position: relative;
	top: 4px;
}

.news-details-area .post-navigation .navigation-links .nav-next {
	flex: 0 0 50%;
	max-width: 50%;
	text-align: right;
}

.news-details-area .post-navigation .navigation-links .nav-next a i {
	margin-left: 0;
	font-size: 20px;
	position: relative;
	top: 4px;
}

.news-details-area .post-navigation .navigation-links div a {
	display: inline-block;
	font-weight: 600;
	color: #757575;
}

.news-details-area .post-navigation .navigation-links div a:hover {
	color: #0072bc;
}

.news-details-area .comments-area {
	padding: 25px;
	margin-top: 30px;
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	background-color: #ffffff;
}

.news-details-area .comments-area .comments-title {
	position: relative;
	margin-bottom: 30px;
	line-height: initial;
	font-size: 22px;
}

.news-details-area .comments-area .comments-title::before {
	content: '';
	height: 25px;
	width: 3px;
	left: -25px;
	position: absolute;
	background: #0072bc;
	top: 50%;
	transform: translateY(-50%);
}

.news-details-area .comments-area ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.news-details-area .comments-area ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.news-details-area .comments-area .comment-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.news-details-area .comments-area .children {
	margin-left: 40px;
}

.news-details-area .comments-area .comment-body {
	border-bottom: 1px solid #eeeeee;
	padding-left: 65px;
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.news-details-area .comments-area .comment-body .reply {
	margin-top: 15px;
}

.news-details-area .comments-area .comment-body .reply a {
	border: 1px solid #ded9d9;
	color: #757575;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 30px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	font-size: 13px;
	font-weight: 600;
}

.news-details-area .comments-area .comment-body .reply a:hover {
	color: #ffffff;
	background-color: #0072bc;
	border-color: #0072bc;
}

.news-details-area .comments-area .comment-meta {
	margin-bottom: .8em;
}

.news-details-area .comments-area .comment-author {
	font-size: 16px;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.news-details-area .comments-area .comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
	border-radius: 50%;
}

.news-details-area .comments-area .comment-author .fn {
	font-weight: 600;
	color: #757575;
	font-size: 14px;
}

.news-details-area .comments-area .comment-author .says {
	display: none;
}

.news-details-area .comments-area .comment-metadata {
	color: #666666;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
}

.news-details-area .comments-area .comment-metadata a {
	color: #666666;
	font-size: 11px;
}

.news-details-area .comments-area .comment-metadata a:hover {
	color: #0072bc;
}

.news-details-area .comments-area .comment-content p {
	font-size: 14px;
}

.news-details-area .comments-area .comment-respond {
	margin-top: 30px;
}

.news-details-area .comments-area .comment-respond .comment-reply-title {
	margin-bottom: 15px;
	position: relative;
	font-size: 22px;
}

.news-details-area .comments-area .comment-respond .comment-reply-title::before {
	content: '';
	height: 25px;
	width: 3px;
	left: -25px;
	position: absolute;
	background: #0072bc;
	top: 50%;
	transform: translateY(-50%);
}

.news-details-area .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
	display: inline-block;
}

.news-details-area .comments-area .comment-respond .comment-form {
	overflow: hidden;
}

.news-details-area .comments-area .comment-respond .comment-form-comment {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.news-details-area .comments-area .comment-respond label {
	display: block;
	font-weight: 500;
	color: #757575;
	margin-bottom: 5px;
}

.news-details-area .comments-area .comment-respond input[type="datetime-local"] {
	display: block;
	width: 100%;
	background-color: #f7f7f7;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="datetime-local"]:focus {
	border-color: #0072bc;
}

.news-details-area .comments-area .comment-respond input[type="week"] {
	display: block;
	width: 100%;
	background-color: #f7f7f7;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="week"]:focus {
	border-color: #0072bc;
}

.news-details-area .comments-area .comment-respond input[type="month"] {
	display: block;
	width: 100%;
	background-color: #f7f7f7;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="month"]:focus {
	border-color: #0072bc;
}

.news-details-area .comments-area .comment-respond input[type="text"] {
	display: block;
	width: 100%;
	background-color: #f7f7f7;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="text"]:focus {
	border-color: #0072bc;
}

.news-details-area .comments-area .comment-respond input[type="email"] {
	display: block;
	width: 100%;
	background-color: #f7f7f7;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="email"]:focus {
	border-color: #0072bc;
}

.news-details-area .comments-area .comment-respond input[type="url"] {
	display: block;
	width: 100%;
	background-color: #f7f7f7;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="url"]:focus {
	border-color: #0072bc;
}

.news-details-area .comments-area .comment-respond input[type="password"] {
	display: block;
	width: 100%;
	background-color: #f7f7f7;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="password"]:focus {
	border-color: #0072bc;
}

.news-details-area .comments-area .comment-respond input[type="search"] {
	display: block;
	width: 100%;
	background-color: #f7f7f7;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="search"]:focus {
	border-color: #0072bc;
}

.news-details-area .comments-area .comment-respond input[type="tel"] {
	display: block;
	width: 100%;
	background-color: #f7f7f7;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="tel"]:focus {
	border-color: #0072bc;
}

.news-details-area .comments-area .comment-respond input[type="number"] {
	display: block;
	width: 100%;
	background-color: #f7f7f7;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="number"]:focus {
	border-color: #0072bc;
}

.news-details-area .comments-area .comment-respond textarea {
	display: block;
	width: 100%;
	background-color: #f7f7f7;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	transition: 0.5s;
}

.news-details-area .comments-area .comment-respond textarea:focus {
	border-color: #0072bc;
}

.news-details-area .comments-area .comment-respond .comment-form-author {
	float: left;
	width: 50%;
	padding-right: 10px;
	margin-bottom: 20px;
}

.news-details-area .comments-area .comment-respond .comment-form-email {
	float: left;
	width: 50%;
	padding-left: 12px;
	margin-bottom: 20px;
}

.news-details-area .comments-area .comment-respond .comment-form-url {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.news-details-area .comments-area .comment-respond .comment-form-cookies-consent {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}

.news-details-area .comments-area .comment-respond .comment-form-cookies-consent input {
	position: absolute;
	left: 0;
	top: 6px;
}

.news-details-area .comments-area .comment-respond .comment-form-cookies-consent label {
	display: inline-block;
	margin: 0;
	color: #666666;
	font-weight: normal;
}

.news-details-area .comments-area .comment-respond .form-submit {
	float: left;
	width: 100%;
}

.news-details-area .comments-area .comment-respond .form-submit input {
	background: #0072bc;
	border: none;
	color: #ffffff;
	padding: 14px 30px 12px;
	display: inline-block;
	cursor: pointer;
	outline: 0;
	border-radius: 0;
	text-transform: uppercase;
	transition: 0.5s;
	font-weight: 500;
	font-size: 14px;
}

.news-details-area .comments-area .comment-respond .form-submit input:hover {
	color: #ffffff;
	background-color: #757575;
}

.news-details-area .comments-area .comment-respond .form-submit input:focus {
	color: #ffffff;
	background-color: #0072bc;
}

.news-details-area.left-sidebar .widget-area {
	margin-left: 0;
	margin-right: 15px;
}

.news-details-area .widget-area {
	margin-left: 15px;
}

.news-details-area .widget-area .widget {
	margin-top: 35px;
	background-color: #ffffff;
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
}

.news-details-area .widget-area .widget .post-wrap {
	padding: 20px;
}

.news-details-area .widget-area .widget:first-child {
	margin-top: 0;
}

.news-details-area .widget-area .widget .widget-title {
	text-transform: capitalize;
	position: relative;
	font-size: 20px;
	margin-bottom: 0;
	background-color: #f7f7f7;
	padding: 10px 20px;
	color: #757575;
	position: relative;
}

.news-details-area .widget-area .widget .widget-title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #0072bc;
}

.news-details-area .widget-area .widget_search form {
	position: relative;
}

.news-details-area .widget-area .widget_search form label {
	display: block;
	margin-bottom: 0;
}

.news-details-area .widget-area .widget_search form .screen-reader-text {
	display: none;
}

.news-details-area .widget-area .widget_search form .search-field {
	background-color: transparent;
	height: 50px;
	padding: 6px 15px;
	border: 1px solid #eeeeee;
	width: 100%;
	display: block;
	outline: 0;
	transition: 0.5s;
}

.news-details-area .widget-area .widget_search form .search-field:focus {
	border-color: #0072bc;
}

.news-details-area .widget-area .widget_search form button {
	position: absolute;
	right: 0;
	outline: 0;
	bottom: 0;
	height: 50px;
	width: 50px;
	border: none;
	color: #ffffff;
	background-color: #0072bc;
	transition: 0.5s;
	cursor: pointer;
}

.news-details-area .widget-area .widget_search form button:hover {
	background-color: #757575;
}

.news-details-area .widget-area .widget-peru-posts-thumb {
	position: relative;
	overflow: hidden;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #efefef;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .thumb {
	float: left;
	height: 80px;
	overflow: hidden;
	position: relative;
	width: 80px;
	margin-right: 15px;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	position: relative;
	background-color: #757575;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg1 {
	background-image: url(../../assets/img/news-details/popular-posts-1.png);
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg2 {
	background-image: url(../../assets/img/news-details/popular-posts-2.png);
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg3 {
	background-image: url(../../assets/img/news-details/popular-posts-3.png);
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg4 {
	background-image: url(../../assets/img/news-details/popular-posts-4.png);
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .info {
	overflow: hidden;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .info span {
	display: block;
	color: #666666;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 500;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .info .title {
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 15px;
	font-weight: 600;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .info .title a {
	display: inline-block;
	color: #474c40;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .info .title a:hover {
	color: #0072bc;
}

.news-details-area .widget-area .widget_recent_entries ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.news-details-area .widget-area .widget_recent_entries ul li {
	position: relative;
	margin-bottom: 12px;
	color: #666666;
	padding-left: 17px;
	line-height: 1.5;
	font-size: 15px;
	font-weight: 600;
}

.news-details-area .widget-area .widget_recent_entries ul li:last-child {
	margin-bottom: 0;
}

.news-details-area .widget-area .widget_recent_entries ul li::before {
	background: #0072bc;
	position: absolute;
	height: 7px;
	width: 7px;
	content: '';
	left: 0;
	top: 7px;
}

.news-details-area .widget-area .widget_recent_entries ul li .post-date {
	display: block;
	font-size: 13px;
	color: #666666;
	margin-top: 4px;
}

.news-details-area .widget-area .widget_categories ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.news-details-area .widget-area .widget_categories ul li {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #666666;
	padding-left: 17px;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 1px solid #efefef;
}

.news-details-area .widget-area .widget_categories ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.news-details-area .widget-area .widget_categories ul li::before {
	background: #0072bc;
	position: absolute;
	height: 10px;
	width: 10px;
	content: '';
	left: 0;
	top: 8px;
	clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
}

.news-details-area .widget-area .widget_categories ul li a {
	display: block;
	color: #666666;
	font-weight: normal;
	font-size: 14px;
}

.news-details-area .widget-area .widget_categories ul li a span {
	float: right;
	font-size: 13px;
}

.news-details-area .widget-area .widget_categories ul li a:hover {
	color: #0072bc;
}

.news-details-area .widget-area .widget_categories ul li .post-count {
	float: right;
}

.news-details-area .widget-area .widget_meta ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.news-details-area .widget-area .widget_meta ul li {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #666666;
	padding-left: 17px;
	font-size: 15px;
	font-weight: 500;
	border-bottom: 1px solid #efefef;
}

.news-details-area .widget-area .widget_meta ul li a {
	color: #757575;
}

.news-details-area .widget-area .widget_meta ul li a:hover {
	color: #0072bc;
}

.news-details-area .widget-area .widget_meta ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.news-details-area .widget-area .widget_meta ul li::before {
	background: #0072bc;
	position: absolute;
	height: 10px;
	width: 10px;
	content: '';
	left: 0;
	top: 8px;
	clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
}

.news-details-area .widget-area .widget_tag_cloud .post-wrap {
	padding-top: 10px;
}

.news-details-area .widget-area .widget_tag_cloud .widget-title {
	margin-bottom: 0;
}

.news-details-area .widget-area .tagcloud a {
	display: inline-block;
	color: #666666;
	font-weight: normal;
	font-size: 14px !important;
	padding: 7px 10px;
	border: 1px dashed #eeeeee;
	margin-top: 10px;
	margin-right: 10px;
}

.news-details-area .widget-area .tagcloud a:hover {
	background-color: #0072bc;
	color: #ffffff;
}

.news-details-area .widget-area .tagcloud a:focus {
	background-color: #0072bc;
	color: #ffffff;
	border-color: #0072bc;
}

.news-details-area .widget-area .widget_services_list ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
	background-color: #ffffff;
}

.news-details-area .widget-area .widget_services_list ul li a {
	display: block;
	position: relative;
	border-bottom: 1px solid #eeeeee;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 35px;
	color: #5d6576;
	z-index: 1;
	font-weight: 500;
}

.news-details-area .widget-area .widget_services_list ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #252920;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}

.news-details-area .widget-area .widget_services_list ul li a i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.news-details-area .widget-area .widget_services_list ul li a:hover {
	background-color: #0072bc;
	color: #ffffff;
	padding-left: 20px;
}

.news-details-area .widget-area .widget_services_list ul li a:hover::before {
	opacity: 1;
	visibility: visible;
	width: 5px;
}

.news-details-area .widget-area .widget_services_list ul li a.active {
	background-color: #0072bc;
	color: #ffffff;
	padding-left: 20px;
}

.news-details-area .widget-area .widget_services_list ul li a.active::before {
	opacity: 1;
	visibility: visible;
	width: 5px;
}

.news-details-area .widget-area .widget_services_list ul li:last-child a {
	border-bottom: none;
}

.news-details-area .widget-area .widget_download ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
	background-color: #ffffff;
}

.news-details-area .widget-area .widget_download ul li a {
	display: block;
	position: relative;
	border-bottom: 1px solid #eeeeee;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 35px;
	color: #5d6576;
	z-index: 1;
	font-weight: 500;
}

.news-details-area .widget-area .widget_download ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #252920;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}

.news-details-area .widget-area .widget_download ul li a i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.news-details-area .widget-area .widget_download ul li a:hover {
	background-color: #0072bc;
	color: #ffffff;
	padding-left: 20px;
}

.news-details-area .widget-area .widget_download ul li a:hover::before {
	opacity: 1;
	visibility: visible;
	width: 5px;
}

.news-details-area .widget-area .widget_download ul li a.active {
	background-color: #0072bc;
	color: #ffffff;
	padding-left: 20px;
}

.news-details-area .widget-area .widget_download ul li a.active::before {
	opacity: 1;
	visibility: visible;
	width: 5px;
}

.news-details-area .widget-area .widget_download ul li:last-child a {
	border-bottom: none;
}

.news-details-area .widget-area .info time {
	font-size: 13px;
	color: #929292;
	display: block;
	margin-bottom: 4px;
}

/*
Contact Info Area Style 
================================*/
.contact-info-area .single-contact-info {
	text-align: center;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	margin-bottom: 30px;
	padding: 30px;
	transition: all 0.5s;
}

.contact-info-area .single-contact-info i {
	display: block;
	color: #0072bc;
	transition: all 0.5s;
	font-size: 25px;
	width: 50px;
	height: 50px;
	margin: 0 auto 15px;
	line-height: 50px;
	border: 2px dotted #0072bc;
	border-radius: 50%;
}

.contact-info-area .single-contact-info h3 {
	transition: all 0.5s;
}

.contact-info-area .single-contact-info a {
	color: #757575;
	transition: all 0.5s;
	
}

.contact-info-area .single-contact-info:hover {
	background-color: #0072bc;
}

.contact-info-area .single-contact-info:hover i {
	color: #ffffff;
	border-color: #ffffff;
}

.contact-info-area .single-contact-info:hover h3 {
	color: #ffffff;
}

.contact-info-area .single-contact-info:hover a {
	color: #ffffff;
}

#map {
	height: 445px;
}

/*
Main Contact Area Style
=====================================================*/
.main-contact-area .contact-wrap {
	max-width: unset;
}

.main-contact-area .contact-wrap .section-title {
	text-align: center !important;
	max-width: 600px;
}

.main-contact-area .contact-wrap .section-title h2 {
	margin-bottom: 10px;
}

.main-contact-area .contact-wrap .form-group {
	margin-bottom: 30px;
}

.main-contact-area .contact-wrap .default-btn {
	margin: auto;
	display: table;
	cursor: pointer;
}

.main-contact-area .contact-wrap .contact-form {
	background-color: #ffffff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 47px;
}

.main-contact-area .contact-wrap .contact-form #msgSubmit {
	position: unset;
	text-align: center;
	margin-top: 20px;
}

.main-contact-area .contact-wrap .contact-form .hidden {
	display: none;
}

.main-contact-area textarea.textarea-hight {
	height: unset !important;
}

/*
Service Details Area Style
=====================================================*/
.service-sidebar-area {
	margin-right: 15px;
}

.service-sidebar-area .service-details-title {
	background-color: #eeeeee;
	color: #757575;
	padding: 15px 20px;
	margin-bottom: 0;
}

.service-sidebar-area .service-card {
	margin-bottom: 30px;
	background-color: #ffffff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.service-sidebar-area .service-list ul li {
	border-bottom: 1px dashed #eeeeee;
	padding: 15px 20px;
	font-weight: 500;
	transition: all 0.5s;
}

.service-sidebar-area .service-list ul li:last-child {
	border-bottom: none;
}

.service-sidebar-area .service-list ul li a {
	color: #757575;
	
}

.service-sidebar-area .service-list ul li i {
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #0072bc;
	border-radius: 50%;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	transition: all 0.5s;
	position: relative;
	top: -3px;
	right: -4px;
}

.service-sidebar-area .service-list ul li:hover {
	background-color: #0072bc;
	color: #ffffff;
}

.service-sidebar-area .service-list ul li:hover i {
	background-color: #ffffff;
	color: #0072bc;
}

.service-sidebar-area .service-list ul li:hover a {
	color: #ffffff;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-item {
	box-shadow: none;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-title {
	font-size: 17px;
	font-weight: 600;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-title span {
	top: 11px;
}

.service-sidebar-area .paint {
	margin-bottom: 15px;
}

.service-details-wrap .mb-30 {
	margin-bottom: 30px;
}

.service-details-wrap .service-img {
	margin-bottom: 30px;
}

.service-details-wrap h3 {
	margin-bottom: 20px;
	font-size: 25px;
}

.service-details-wrap .services-list {
	margin-top: 20px;
	margin-bottom: 30px;
}

.service-details-wrap .services-list li {
	font-weight: 600;
	color: #757575;
	font-size: 14px;
	padding-left: 35px;
	position: relative;
	margin-bottom: 15px;
}

.service-details-wrap .services-list li:last-child {
	margin-bottom: 0;
}

.service-details-wrap .services-list li i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #0072bc;
	border-radius: 50%;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	position: absolute;
	top: 4px;
	position: absolute;
	top: 0px;
	left: 0;
}

.service-details-wrap .car-service-list-wrap {
	margin-bottom: 35px;
}

.service-details-wrap .car-service-list-wrap .car-service-list {
	margin-top: 30px;
	margin-bottom: 30px;
}

.service-details-wrap .car-service-list-wrap .car-service-list li {
	font-weight: 600;
	color: #757575;
	font-size: 14px;
	padding-left: 35px;
	position: relative;
	margin-bottom: 15px;
}

.service-details-wrap .car-service-list-wrap .car-service-list li:last-child {
	margin-bottom: 0;
}

.service-details-wrap .car-service-list-wrap .car-service-list li i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #0072bc;
	border-radius: 50%;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	position: absolute;
	top: 4px;
	position: absolute;
	top: 0px;
	left: 0;
}

.service-details-wrap .list-unstyled {
	margin: 0;
}

.service-details-wrap .list-unstyled li {
	color: #dc3545;
	padding-left: 0 !important;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
}

.service-details-wrap #msgSubmit {
	left: 0;
	right: 0;
	text-align: center;
}

.service-details-wrap .owl-theme .owl-nav {
	margin-top: 0 !important;
}

.service-details-wrap .owl-theme .owl-nav .owl-prev {
	width: 40px;
	height: 40px;
	line-height: 43px;
	display: block;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	display: inline-block;
	border-radius: 50%;
	color: #0072bc;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	left: -25px;
	transform: translateY(-50%);
	transition: all 0.5s;
}

.service-details-wrap .owl-theme .owl-nav .owl-prev i {
	font-size: 15px;
	font-weight: 600;
	position: relative;
	top: -1px;
	display: inline-block;
}

.service-details-wrap .owl-theme .owl-nav .owl-prev:hover {
	background-color: #0072bc !important;
	color: #ffffff;
}

.service-details-wrap .owl-theme .owl-nav .owl-prev:hover i {
	animation: fadeInRight 1s linear;
}

.service-details-wrap .owl-theme .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	line-height: 43px;
	display: block;
	background-color: #ffffff;
	display: inline-block;
	border-radius: 50%;
	color: #0072bc;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
	transition: all 0.5s;
}

.service-details-wrap .owl-theme .owl-nav .owl-next i {
	font-size: 15px;
	font-weight: 600;
	position: relative;
	top: -1px;
	display: inline-block;
}

.service-details-wrap .owl-theme .owl-nav .owl-next:hover {
	background-color: #0072bc !important;
	color: #ffffff;
}

.service-details-wrap .owl-theme .owl-nav .owl-next:hover i {
	animation: fadeInLeft 1s linear;
}

.service-details-wrap .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent;
}

.service-details-wrap .rooms-details img {
	width: 100%;
}

.service-details-area.room-details-right-sidebar .service-sidebar-area {
	margin-right: 0;
	margin-left: 15px;
}

/*
Gallery Area Style
======================================================*/
.gallery-wrap {
	text-align: center;
}

.gallery-wrap .shorting .mix {
	display: none;
}

.gallery-wrap .shorting-menu {
	margin-bottom: 40px;
}

.gallery-wrap .shorting-menu .filter {
	font-size: 16px;
	font-weight: 500;
	background-color: transparent;
	cursor: pointer;
	transition: all 0.5s;
	padding: 0 20px;
	color: #757575;
}

.gallery-wrap .shorting-menu .filter i {
	font-size: 20px;
	position: relative;
	top: 3px;
	display: inline-block;
	margin-right: 5px;
}

.gallery-wrap .shorting-menu .filter:hover {
	color: #0072bc;
}

.gallery-wrap .shorting-menu .filter.active {
	color: #0072bc;
}

.single-gallery {
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	margin-bottom: 30px;
}

.single-gallery .gallery-image {
	position: relative;
	transition: all 0.5s;
	height: 220px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.single-gallery .gallery-image.bg-1 {
	background-image: url(../../assets/img/imerisiesekdromes/EPIDAVROS.jpg);
}

.single-gallery .gallery-image.bg-2 {
	background-image: url(../../assets/img/slider/5.jpg);
}

.single-gallery .gallery-image.bg-3 {
	background-image: url(../../assets/img/slider/3.jpg);
}

.single-gallery .gallery-image.bg-4 {
	background-image: url(../../assets/img/slider/1.jpg);
}

.single-gallery .gallery-image.bg-5 {
	background-image: url(../../assets/img/slider/6.jpg);
}

.single-gallery .gallery-image.bg-6 {
	background-image: url(../../assets/img/slider/4.jpg);
}

.single-gallery .gallery-image.bg-7 {
	background-image: url(../../assets/img/gallery/1.jpg);
}

.single-gallery .gallery-image.bg-8 {
	background-image: url(../../assets/img/gallery/2.jpg);
}

.single-gallery .gallery-image.bg-9 {
	background-image: url(../../assets/img/gallery/3.jpg);
}
.single-gallery .gallery-image.bg-10 {
	background-image: url(../../assets/img/gallery/4.jpg);
}
.single-gallery .gallery-image.bg-11 {
	background-image: url(../../assets/img/gallery/5.jpg);
}
.single-gallery .gallery-image.bg-12 {
	background-image: url(../../assets/img/gallery/6.jpg);
}



.single-gallery .gallery-image.bg-13 {
	background-image: url(../../assets/img/gallery/7.jpg);
}
.single-gallery .gallery-image.bg-14 {
	background-image: url(../../assets/img/gallery/8.jpg);
}
.single-gallery .gallery-image.bg-15 {
	background-image: url(../../assets/img/gallery/9.jpg);
}



.single-gallery .gallery-image.bg-16 {
	background-image: url(../../assets/img/gallery/10.jpg);
}
.single-gallery .gallery-image.bg-17 {
	background-image: url(../../assets/img/gallery/11.jpg);
}
.single-gallery .gallery-image.bg-18 {
	background-image: url(../../assets/img/gallery/12.jpg);
}
.single-gallery .gallery-image.bg-19 {
	background-image: url(../../assets/img/gallery/13.jpg);
}

.single-gallery .gallery-image.bg-20 {
	background-image: url(../../assets/img/gallery/14.jpg);
}
.single-gallery .gallery-image.bg-21 {
	background-image: url(../../assets/img/gallery/15.jpg);
}
.single-gallery .gallery-image.bg-22 {
	background-image: url(../../assets/img/gallery/16.jpg);
}
.single-gallery .gallery-image.bg-23 {
	background-image: url(../../assets/img/gallery/17.jpg);
}

.single-gallery .gallery-image.bg-24 {
	background-image: url(../../assets/img/gallery/18.jpg);
}
.single-gallery .gallery-image.bg-25 {
	background-image: url(../../assets/img/gallery/19.jpg);
}

.single-gallery .gallery-image.bg-26 {
	background-image: url(../../assets/img/gallery/20.jpg);
}


.single-gallery .gallery-image.bg-27 {
	background-image: url(../../assets/img/gallery/21.jpg);
}

.single-gallery .gallery-image.bg-28 {
	background-image: url(../../assets/img/gallery/22.jpg);
}

.single-gallery .gallery-image.bg-29 {
	background-image: url(../../assets/img/gallery/23.jpg);
}

.single-gallery .gallery-image.bg-30 {
	background-image: url(../../assets/img/gallery/24.jpg);
}


.single-gallery .gallery-image.bg-31 {
	background-image: url(../../assets/img/gallery/25.jpg);
}

.single-gallery .gallery-image.bg-32 {
	background-image: url(../../assets/img/gallery/26.jpg);
}
.single-gallery .gallery-image.bg-33 {
	background-image: url(../../assets/img/gallery/27.jpg);
}

.single-gallery .gallery-image.bg-34 {
	background-image: url(../../assets/img/gallery/28.jpg);
}


.single-gallery .gallery-image.bg-35 {
	background-image: url(../../assets/img/ipiresies/14.jpg);
}

.single-gallery .gallery-image.bg-36 {
	background-image: url(../../assets/img/ipiresies/15.jpg);
}


.single-gallery .gallery-image.bg-37 {
	background-image: url(../../assets/img/ipiresies/9.jpg);
}



.single-gallery .gallery-image.bg-38 {
	background-image: url(../../assets/img/ipiresies/11.jpg);
}


.single-gallery .gallery-image.bg-39 {
	background-image: url(../../assets/img/gallery/30.jpg);
}


.single-gallery .gallery-image.bg-40 {
	background-image: url(../../assets/img/gallery/31.jpg);
}

.single-gallery .gallery-image.bg-41 {
	background-image: url(../../assets/img/gallery/32.jpg);
}
.single-gallery .gallery-image.bg-42 {
	background-image: url(../../assets/img/gallery/33.jpg);
}


.single-gallery .gallery-image.bg-43 {
	background-image: url(../../assets/img/gallery/34.jpg);
}

.single-gallery .gallery-image.bg-44 {
	background-image: url(../../assets/img/gallery/35.jpg);
}

.single-gallery .gallery-image.bg-45 {
	background-image: url(../../assets/img/gallery/36.jpg);
}


.single-gallery .gallery-image.bg-46 {
	background-image: url(../../assets/img/gallery/37.jpg);
}




.single-gallery .gallery-image img {
	transition: all 9s;
}

.single-gallery .gallery-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, rgba(255, 0, 0, 0), black);
	opacity:0.2;
	transition: all 0.5s;
	z-index: 1;
}

.single-gallery .gallery-image .price-wrap {
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: left;
	z-index: 1;
}

.single-gallery .gallery-image .price-wrap .price-text {
	display: block;
	color: #ffffff;
}

.single-gallery .gallery-image .price-wrap .price {
	display: block;
	color: #ffffff;
}

.single-gallery .gallery-content {
	position: absolute;
	bottom: -115px;
	left: 0;
	right: 0;
	text-align: left;
	background-color: #ffffff;
	max-width: 90%;
	margin: auto;
	padding: 15px;
	transition: all 0.5s;
	z-index: 2;
}

.single-gallery .gallery-content span {
	color: #0072bc;
	font-weight: 500;
	display: block;
	margin-bottom: 8px;
}

.single-gallery .gallery-content h3 a {
	color: #757575;
}

.single-gallery .gallery-content:hover h3 a {
	color: #0072bc;
}

.single-gallery:hover .gallery-content {
	bottom: 17px;
}

.single-gallery:hover .gallery-image img {
	transform: scale(2.3) rotate(4deg);
}